diff options
author | Elliott Hughes <enh@google.com> | 2015-03-01 15:35:48 -0600 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-03-01 15:35:48 -0600 |
commit | 2ee0cd90d8642c9aeee62cf321765ee29cc9e11a (patch) | |
tree | 0977c6a363ce1b67212e2fa01ee6b4a9351d33d0 /tests | |
parent | 3db3414ff55caef397059c8947c082f6be324f92 (diff) | |
download | toybox-2ee0cd90d8642c9aeee62cf321765ee29cc9e11a.tar.gz |
fix copy/paste-o in useradd.test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/useradd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/useradd.test b/tests/useradd.test index 61d5e5d8..a954e72b 100644 --- a/tests/useradd.test +++ b/tests/useradd.test @@ -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 |