diff options
author | Rob Landley <rob@landley.net> | 2016-01-31 16:28:43 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-01-31 16:28:43 -0600 |
commit | 3f3049c2f1b225f244fe3c1205935c48c542a055 (patch) | |
tree | 5dea35c50d581d02d3f7855af868e5ad69ef3c9a /tests/chown.test | |
parent | 324a4a018a4e949d2262ca622722948712ec4a4d (diff) | |
download | toybox-3f3049c2f1b225f244fe3c1205935c48c542a055.tar.gz |
More testsuite tweaks.
Diffstat (limited to 'tests/chown.test')
-rwxr-xr-x | tests/chown.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chown.test b/tests/chown.test index 40ed7b5f..408d5f34 100755 --- a/tests/chown.test +++ b/tests/chown.test @@ -4,7 +4,7 @@ if [ "$(id -u)" -ne 0 ] then - echo "SKIPPED: chown (not root)" + echo "$SHOWSKIP: chown (not root)" continue 2>/dev/null exit fi |