aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ripgrep/avoid_issue_448.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ripgrep/avoid_issue_448.patch')
-rw-r--r--testing/ripgrep/avoid_issue_448.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ripgrep/avoid_issue_448.patch b/testing/ripgrep/avoid_issue_448.patch
deleted file mode 100644
index 3963e83227..0000000000
--- a/testing/ripgrep/avoid_issue_448.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tests/tests.rs b/tests/tests.rs
-index 578dbcb..d456fab 100644
---- a/tests/tests.rs
-+++ b/tests/tests.rs
-@@ -721,6 +721,7 @@ clean!(regression_25, "test", ".", |wd: WorkDir, mut cmd: Command| {
- wd.create(".gitignore", "/llvm/");
- wd.create_dir("src/llvm");
- wd.create("src/llvm/foo", "test");
-+ wd.create("../.gitignore", "!*");
-
- let lines: String = wd.stdout(&mut cmd);
- let expected = path("src/llvm/foo:test\n");