Change-Id: Ibf583c6277c67646dd90d7c49482daf4e76b78b6
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