diff options
Diffstat (limited to 'testsuite/grep.tests')
-rwxr-xr-x | testsuite/grep.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/grep.tests b/testsuite/grep.tests index 26f8e69cf..9c1f35499 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests | |||
@@ -129,6 +129,12 @@ testing "grep -v -f EMPTY_FILE" \ | |||
129 | "" \ | 129 | "" \ |
130 | "test\n" | 130 | "test\n" |
131 | 131 | ||
132 | testing "grep -vxf EMPTY_FILE" \ | ||
133 | "grep -vxf input" \ | ||
134 | "test\n" \ | ||
135 | "" \ | ||
136 | "test\n" | ||
137 | |||
132 | testing "grep -Fw matches only words" \ | 138 | testing "grep -Fw matches only words" \ |
133 | "grep -Fw foo input" \ | 139 | "grep -Fw foo input" \ |
134 | "" \ | 140 | "" \ |