summaryrefslogtreecommitdiff
blob: b281594732e0766d26ee495c470461605f1482f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Drop the last test since it has file sorting issues.

--- the_silver_searcher-1.0.1/tests/empty_match.t
+++ the_silver_searcher-1.0.1/tests/empty_match.t
@@ -11,12 +11,3 @@
 A genuine zero-length match should succeed:
   $ ag "^" nonempty.txt
   1:foo
-
-Empty files should be listed with --unrestricted --files-with-matches (-ul)
-  $ ag -lu --stats | sed '$d' # Remove the last line about timing which will differ
-  empty.txt
-  nonempty.txt
-  2 matches
-  2 files contained matches
-  2 files searched
-  4 bytes searched