diff --git a/tests/tests.rs b/tests/tests.rs index 28270f3..67a7c92 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -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"], "", ); } \ No newline at end of file