diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-14 18:23:33 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-14 18:24:20 +0100 |
commit | f789d9ce3b44fad6adade5a833d948b555062d49 (patch) | |
tree | 56d8b32014b2d2485838b920e813aeaf90b87715 /t/LO-readme/commandinreadme/README | |
parent | 6a6a04123cc06ef8abd21549998e0d186d5b3934 (diff) | |
download | sbotools2-f789d9ce3b44fad6adade5a833d948b555062d49.tar.xz |
Add test for useradd/groupadd commands in README
Diffstat (limited to 't/LO-readme/commandinreadme/README')
-rw-r--r-- | t/LO-readme/commandinreadme/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/LO-readme/commandinreadme/README b/t/LO-readme/commandinreadme/README new file mode 100644 index 0000000..6e51784 --- /dev/null +++ b/t/LO-readme/commandinreadme/README @@ -0,0 +1,4 @@ +This doesn't exist! + + groupadd -g 200 test + useradd -u 200 -g 200 -d /tmp test |