diff options
author | Elliott Hughes <enh@google.com> | 2016-07-07 19:32:34 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-07-08 00:00:32 -0500 |
commit | 008fb6444d7d960a9c96236334ad3e71f218d54c (patch) | |
tree | dc2648a73469b5075ec2e4e95113211cdb073e83 /tests | |
parent | d620f77f21638d2e9142ebd523a781e831757251 (diff) | |
download | toybox-008fb6444d7d960a9c96236334ad3e71f218d54c.tar.gz |
Fix typo in chattr test.
Diffstat (limited to 'tests')
-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 |