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/losetup.test | |
parent | 324a4a018a4e949d2262ca622722948712ec4a4d (diff) | |
download | toybox-3f3049c2f1b225f244fe3c1205935c48c542a055.tar.gz |
More testsuite tweaks.
Diffstat (limited to 'tests/losetup.test')
-rwxr-xr-x | tests/losetup.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/losetup.test b/tests/losetup.test index fe1e5206..84ac4b1f 100755 --- a/tests/losetup.test +++ b/tests/losetup.test @@ -4,7 +4,7 @@ if [ "$(id -u)" -ne 0 ] then - echo "SKIPPED: losetup (not root)" + echo "$SHOWSKIP: losetup (not root)" continue 2>/dev/null exit fi |