diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-06 12:25:44 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-06 12:25:44 +0100 |
commit | a4320f0285d9b118a6fbc3933d12a15a1eb6eb6c (patch) | |
tree | 0298bed634e673f7aa3c3ff54d8a669fe91ea101 /t/LO-readme/commandinreadmespanslines/README | |
parent | 2ae090fba0cb30f95ba406b62e5da150577bd538 (diff) | |
download | sbotools2-a4320f0285d9b118a6fbc3933d12a15a1eb6eb6c.tar.xz |
t/31-template.t: add tests for useradd/groupadd commands which span lines; see #57
Diffstat (limited to 't/LO-readme/commandinreadmespanslines/README')
-rw-r--r-- | t/LO-readme/commandinreadmespanslines/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/LO-readme/commandinreadmespanslines/README b/t/LO-readme/commandinreadmespanslines/README new file mode 100644 index 0000000..696c2fe --- /dev/null +++ b/t/LO-readme/commandinreadmespanslines/README @@ -0,0 +1,5 @@ +This doesn't exist! + + groupadd -g 199 test + useradd -u 199 -g 199 -d /tmp \ + -s /bin/sh test |