~ubuntu-branches/debian/sid/clamav/sid

1
2
3
4
5
6
7
; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
; RUN: not grep 'hi' %t.1
; RUN: grep 'hello' %t.2