diff -urpN john-1.7.9-jumbo-4a/src/Makefile john-1.7.9-jumbo-4/src/Makefile
--- john-1.7.9-jumbo-4a/src/Makefile	2011-12-17 12:30:57.546875000 -0600
+++ john-1.7.9-jumbo-4/src/Makefile	2011-12-17 23:33:40.984375000 -0600
@@ -1339,13 +1339,13 @@ depend:
 	makedepend -fMakefile.dep -Y *.c 2>> /dev/null
 
 test:
-	cd ../test && ./tstall quick
+	cd ../test && perl jtrts.pl
 
 test_full:
-	cd ../test && ./tstall
+	cd ../test && perl jtrts.pl -type full
 
 test_utf8:
-	cd ../test && ./tstall utf8
+	cd ../test && perl jtrts.pl -type utf-8
 
 clean:
 	$(RM) $(PROJ) $(PROJ_DOS) $(PROJ_WIN32) $(PROJ_WIN32_MINGW)
