Index: third_party/lit/tests/Inputs/shtest-shell/write-to-stderr.sh |
diff --git a/third_party/lit/tests/Inputs/shtest-shell/write-to-stderr.sh b/third_party/lit/tests/Inputs/shtest-shell/write-to-stderr.sh |
new file mode 100755 |
index 0000000000000000000000000000000000000000..ead3fd3ce37795aca9bf1b521e722593be9cd6b1 |
--- /dev/null |
+++ b/third_party/lit/tests/Inputs/shtest-shell/write-to-stderr.sh |
@@ -0,0 +1,3 @@ |
+#!/bin/sh |
+ |
+echo "a line on stderr" 1>&2 |