# HG changeset patch # User Rob Landley # Date 1349668647 18000 # Node ID 9d5959d6885db7f702344638203f6a0ea9af85e3 # Parent e4b96507688a66494758397d4a8a1015b9bb40f2 Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all. diff -r e4b96507688a -r 9d5959d6885d scripts/test/chgrp.test --- 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 diff -r e4b96507688a -r 9d5959d6885d scripts/test/cmp.test diff -r e4b96507688a -r 9d5959d6885d scripts/test/head.test