OSDN Git Service

Fix typo in chattr test.
authorElliott Hughes <enh@google.com>
Fri, 8 Jul 2016 02:32:34 +0000 (19:32 -0700)
committerRob Landley <rob@landley.net>
Fri, 8 Jul 2016 05:00:32 +0000 (00:00 -0500)
tests/chattr.test

index 3574430..067014d 100755 (executable)
@@ -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