Index: third_party/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh |
diff --git a/third_party/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh b/third_party/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh |
new file mode 100755 |
index 0000000000000000000000000000000000000000..f20de5d9042de259488ed02855913278276b0245 |
--- /dev/null |
+++ b/third_party/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 |