aboutsummaryrefslogtreecommitdiff
path: root/tests/chattr.test
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-07-07 19:32:34 -0700
committerRob Landley <rob@landley.net>2016-07-08 00:00:32 -0500
commit008fb6444d7d960a9c96236334ad3e71f218d54c (patch)
treedc2648a73469b5075ec2e4e95113211cdb073e83 /tests/chattr.test
parentd620f77f21638d2e9142ebd523a781e831757251 (diff)
downloadtoybox-008fb6444d7d960a9c96236334ad3e71f218d54c.tar.gz
Fix typo in chattr test.
Diffstat (limited to 'tests/chattr.test')
-rwxr-xr-xtests/chattr.test2
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