changeset 672:9d5959d6885d

Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all.
author Rob Landley <rob@landley.net>
date Sun, 07 Oct 2012 22:57:27 -0500
parents e4b96507688a
children c102f31a753e
files scripts/test/chgrp.test scripts/test/cmp.test scripts/test/head.test
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/test/chgrp.test	Sun Oct 07 19:31:12 2012 -0500
+++ b/scripts/test/chgrp.test	Sun Oct 07 22:57:27 2012 -0500
@@ -7,6 +7,7 @@
 if [ "$(id -u)" -ne 0 ]
 then
   echo "SKIPPED: chgrp (not root)"
+  continue 2>/dev/null
   exit
 fi