diff tests/useradd.test @ 1711:23acd6af27e4 draft

fix copy/paste-o in useradd.test
author Elliott Hughes <enh@google.com>
date Sun, 01 Mar 2015 15:35:48 -0600
parents 3b62d24bfa27
children
line wrap: on
line diff
--- a/tests/useradd.test	Fri Feb 27 12:17:30 2015 -0600
+++ b/tests/useradd.test	Sun Mar 01 15:35:48 2015 -0600
@@ -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