diff options
author | Rob Landley <rob@landley.net> | 2012-10-07 22:57:27 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-10-07 22:57:27 -0500 |
commit | 7bc8f5e9d1e2c20ec47af07cd2038cf30ce8e9a8 (patch) | |
tree | 3fd44aaf6ba94e2fd9fc1035fc84a5000fbf4cd4 /scripts | |
parent | b77293f660128aa39cf476d03f3f0e4770c355ad (diff) | |
download | toybox-7bc8f5e9d1e2c20ec47af07cd2038cf30ce8e9a8.tar.gz |
Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test/chgrp.test | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/test/cmp.test | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/test/head.test | 0 |
3 files changed, 1 insertions, 0 deletions
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 diff --git a/scripts/test/cmp.test b/scripts/test/cmp.test index 8f6983c5..8f6983c5 100644..100755 --- a/scripts/test/cmp.test +++ b/scripts/test/cmp.test diff --git a/scripts/test/head.test b/scripts/test/head.test index eeb07e00..eeb07e00 100644..100755 --- a/scripts/test/head.test +++ b/scripts/test/head.test |