diff --git a/Makefile b/Makefile
index 9be1b7d..a6c5959 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ uninstall:
 	rm /usr/local/bin/bob2
 	rm -r /usr/local/lib/bob
 
+.PHONY: test  # Declare 'test' as a phony target
 
 test:
-	/bin/sh ./test/test.sh
\ No newline at end of file
+	bash ./test/test.sh
\ No newline at end of file