diff options
-rwxr-xr-x | tests/chattr.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chattr.test b/tests/chattr.test index 3574430f..067014df 100755 --- a/tests/chattr.test +++ b/tests/chattr.test @@ -6,7 +6,7 @@ if [ "$(id -u)" -ne 0 ] then - echo "$SHOWSKIP: chgrp (not root)" + echo "$SHOWSKIP: chattr (not root)" continue 2>/dev/null exit fi |