diff options
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 |