diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t4033-diff-patience.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4033-diff-patience.sh b/t/t4033-diff-patience.sh index 5f0d0b164c..113304dc59 100755 --- a/t/t4033-diff-patience.sh +++ b/t/t4033-diff-patience.sh @@ -5,7 +5,7 @@ test_description='patience diff algorithm' . ./test-lib.sh . "$TEST_DIRECTORY"/lib-diff-alternative.sh -test_expect_failure '--ignore-space-at-eol with a single appended character' ' +test_expect_success '--ignore-space-at-eol with a single appended character' ' printf "a\nb\nc\n" >pre && printf "a\nbX\nc\n" >post && test_must_fail git diff --no-index \ |