mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
Fix for exec test, related to issue #135
This commit is contained in:
parent
d33e18172c
commit
f4f00820ac
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ fn test_exec() {
|
|||
|
||||
// Test executing 'diff' with the found result and itself. No expected output.
|
||||
te.assert_output(
|
||||
&["--exec", "diff {} {}", "a.foo"],
|
||||
&["--exec", "diff \'{}\' \'{}\'", "a.foo"],
|
||||
"",
|
||||
);
|
||||
}
|
Loading…
Reference in a new issue