]> Zhao Yanbai Git Server - minix.git/commitdiff
run test 41, too (oops)
authorDavid van Moolenbroek <david@minix3.org>
Sat, 15 Aug 2009 22:31:38 +0000 (22:31 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 15 Aug 2009 22:31:38 +0000 (22:31 +0000)
test/run

index 30ca39b5de7afff314f4447ceae9b83cee47e719..bafaeb7459cef4f629d5bc0f9ece8c6d9da7d9e8 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -18,7 +18,7 @@ echo " "
 # Run all the tests, keeping track of who failed.
 for i in  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 \
          21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 \
-       sh1.sh sh2.sh
+         41 sh1.sh sh2.sh
 do total=`expr $total + 1`
    if ./test$i
       then passed=`expr $passed + 1`