Fix for exec test, related to issue #135

This commit is contained in:
David Tibbetts 2017-10-19 19:03:07 -05:00
parent d33e18172c
commit f4f00820ac
1 changed files with 1 additions and 1 deletions

View File

@ -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"],
"",
);
}