diff options
Diffstat (limited to 'utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh')
-rwxr-xr-x | utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh b/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh new file mode 100755 index 0000000..f20de5d --- /dev/null +++ b/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "a line on stdout" +echo "a line on stderr" 1>&2 |