From a4320f0285d9b118a6fbc3933d12a15a1eb6eb6c Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 6 Feb 2017 12:25:44 +0100 Subject: t/31-template.t: add tests for useradd/groupadd commands which span lines; see #57 --- t/LO-readme/commandinreadmespanslines/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/LO-readme/commandinreadmespanslines/README (limited to 't/LO-readme/commandinreadmespanslines/README') 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 -- cgit v1.2.3