From 3f3049c2f1b225f244fe3c1205935c48c542a055 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 Jan 2016 16:28:43 -0600 Subject: More testsuite tweaks. --- tests/chgrp.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/chgrp.test') diff --git a/tests/chgrp.test b/tests/chgrp.test index 2af93857..5a741d9b 100755 --- a/tests/chgrp.test +++ b/tests/chgrp.test @@ -4,7 +4,7 @@ if [ "$(id -u)" -ne 0 ] then - echo "SKIPPED: chgrp (not root)" + echo "$SHOWSKIP: chgrp (not root)" continue 2>/dev/null exit fi -- cgit v1.2.3