]> Zhao Yanbai Git Server - minix.git/commitdiff
run script: correction, clarity
authorBen Gras <ben@minix3.org>
Fri, 19 Apr 2013 10:24:50 +0000 (10:24 +0000)
committerBen Gras <ben@minix3.org>
Fri, 19 Apr 2013 10:24:50 +0000 (10:24 +0000)
Change-Id: Ibf583c6277c67646dd90d7c49482daf4e76b78b6

test/run

index 122e517863c7178720527b0fba738abafb226d03..9bf5c94cb05e65f7d3bafd10f1c66ff99760a833 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -28,12 +28,13 @@ alltests="   1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 \
         sh1.sh sh2.sh interp.sh"
 tests_no=`expr 0`
 
-# Directory must be owned by bin
-[ "$ROOT" ] || chown bin .
-
 # If root, make sure the setuid tests have the correct permissions
-[ "$ROOT" ] && chown root ${setuids}
-[ "$ROOT" ] && chmod 4755 ${setuids}
+# and make the dir bin-owned.
+if [ "$ROOT" ]
+then   chown bin .
+       chown root ${setuids}
+       chmod 4755 ${setuids}
+fi
 
 tests=$alltests