OSDN Git Service

Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so...
authorRob Landley <rob@landley.net>
Mon, 8 Oct 2012 03:57:27 +0000 (22:57 -0500)
committerRob Landley <rob@landley.net>
Mon, 8 Oct 2012 03:57:27 +0000 (22:57 -0500)
scripts/test/chgrp.test
scripts/test/cmp.test [changed mode: 0644->0755]
scripts/test/head.test [changed mode: 0644->0755]

index 0ee3a98..9c7142a 100755 (executable)
@@ -7,6 +7,7 @@ VERBOSE=1
 if [ "$(id -u)" -ne 0 ]
 then
   echo "SKIPPED: chgrp (not root)"
+  continue 2>/dev/null
   exit
 fi
 
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)