blob: 61240ba45941b70136c5996b47dc0c668bfa4ce9 [file] [log] [blame]
Daniel Dunbar6c1c9cf2009-11-10 02:41:17 +00001; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
2; RUN: not grep 'hi' %t.1
3; RUN: grep 'hello' %t.2
4
5
6
7