diff tests/test.sh @ 122:eb0f3a2029b8

Merge from test-reorg branch
author Chris Cannam
date Wed, 08 Oct 2014 15:38:48 +0100
parents 7a31201dc42d
children 1a6eab755c81
line wrap: on
line diff
--- a/tests/test.sh	Wed Oct 08 13:14:39 2014 +0100
+++ b/tests/test.sh	Wed Oct 08 15:38:48 2014 +0100
@@ -2,8 +2,6 @@
 
 mypath=`dirname $0`
 
-
-
 for x in \
     supportprogs \
     helpfulflags \
@@ -19,7 +17,7 @@
     ; do
 
     echo -n "$x: "
-    if ( cd $mypath ; bash ./test-$x.sh ); then
+    if ( cd $mypath/test-$x ; bash ./test-$x.sh ); then
 	echo test succeeded
     else
 	echo "*** Test FAILED"