aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-10-07 22:57:27 -0500
committerRob Landley <rob@landley.net>2012-10-07 22:57:27 -0500
commit7bc8f5e9d1e2c20ec47af07cd2038cf30ce8e9a8 (patch)
tree3fd44aaf6ba94e2fd9fc1035fc84a5000fbf4cd4 /scripts
parentb77293f660128aa39cf476d03f3f0e4770c355ad (diff)
downloadtoybox-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-xscripts/test/chgrp.test1
-rwxr-xr-x[-rw-r--r--]scripts/test/cmp.test0
-rwxr-xr-x[-rw-r--r--]scripts/test/head.test0
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