]> Zhao Yanbai Git Server - minix.git/commitdiff
run test fix, take two
authorDavid van Moolenbroek <david@minix3.org>
Fri, 20 Apr 2012 09:34:56 +0000 (11:34 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Fri, 20 Apr 2012 09:34:56 +0000 (11:34 +0200)
test/run

index fda8f725bae2c72e2476409569c783dbcba29371..db55bac35cf89d4ce4b91d88621813883972c8d3 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -47,7 +47,7 @@ do
       testid="`echo $i | sed 's/\..*//'`"
       ARG=`eval echo "\\${ARGS_$testid}"`
       if [ "$USER" = root ]
-         then su - bin -c "cd `pwd`; ./test$i" $ARG || FAIL=1
+         then su - bin -c "cd `pwd`; ./test$i $ARG" || FAIL=1
          else ./test$i $ARG || FAIL=1
       fi
       if [ $FAIL -eq 0 ]