OSDN Git Service

fix copy/paste-o in useradd.test
authorElliott Hughes <enh@google.com>
Sun, 1 Mar 2015 21:35:48 +0000 (15:35 -0600)
committerElliott Hughes <enh@google.com>
Sun, 1 Mar 2015 21:35:48 +0000 (15:35 -0600)
tests/useradd.test

index 61d5e5d..a954e72 100644 (file)
@@ -7,7 +7,7 @@
 
 if [ "$(id -u)" -ne 0 ]
 then
-  echo "SKIPPED: chgrp (not root)"
+  echo "SKIPPED: useradd (not root)"
   continue 2>/dev/null
   exit
 fi