Fix dumb test bug

dir_substring is in the test_dir2 folder not the test_dir3 folder
This commit is contained in:
andy.boot
2020-09-02 22:54:59 +01:00
parent 873456eb97
commit 9187cb8ad2
+1 -1
View File
@@ -330,7 +330,7 @@ pub fn test_ignore_dir() {
.arg("-c")
.arg("-X")
.arg("dir_substring")
.arg("tests/test_dir3")
.arg("tests/test_dir2")
.unwrap()
.stdout;
let output = str::from_utf8(&output).unwrap();