mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Fix dumb test bug
dir_substring is in the test_dir2 folder not the test_dir3 folder
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ pub fn test_ignore_dir() {
|
|||||||
.arg("-c")
|
.arg("-c")
|
||||||
.arg("-X")
|
.arg("-X")
|
||||||
.arg("dir_substring")
|
.arg("dir_substring")
|
||||||
.arg("tests/test_dir3")
|
.arg("tests/test_dir2")
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.stdout;
|
.stdout;
|
||||||
let output = str::from_utf8(&output).unwrap();
|
let output = str::from_utf8(&output).unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user