summaryrefslogtreecommitdiff
path: root/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll')
-rw-r--r--utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll b/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll
new file mode 100644
index 0000000000..61240ba459
--- /dev/null
+++ b/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll
@@ -0,0 +1,7 @@
+; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
+; RUN: not grep 'hi' %t.1
+; RUN: grep 'hello' %t.2
+
+
+
+