From 05d80ac4887795faea24e7e3cdb44ea61b6e273c Mon Sep 17 00:00:00 2001 From: lorien420 Date: Tue, 3 May 2005 05:03:17 +0000 Subject: [PATCH] Fixed more problems with mkbuildtests --- mkbuildtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkbuildtests.sh b/mkbuildtests.sh index 3f7df2f..d1277c1 100755 --- a/mkbuildtests.sh +++ b/mkbuildtests.sh @@ -32,5 +32,5 @@ echo "Game should start with solo low extreme game" ./inst/bin/crack-attack -1 -X > /dev/null mv ./inst ./moved_inst echo "Game should fail to start" -./inst/bin/crack-attack -1 -X > /dev/null +./moved_inst/bin/crack-attack -1 -X > /dev/null mv ./moved_inst ./inst -- 2.11.4.GIT