From 7bc8f5e9d1e2c20ec47af07cd2038cf30ce8e9a8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 7 Oct 2012 22:57:27 -0500 Subject: Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all. --- scripts/test/chgrp.test | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/test/chgrp.test') diff --git a/scripts/test/chgrp.test b/scripts/test/chgrp.test index 0ee3a98c..9c7142a4 100755 --- a/scripts/test/chgrp.test +++ b/scripts/test/chgrp.test @@ -7,6 +7,7 @@ VERBOSE=1 if [ "$(id -u)" -ne 0 ] then echo "SKIPPED: chgrp (not root)" + continue 2>/dev/null exit fi -- cgit v1.2.3