diff options
Diffstat (limited to 't/t0023-crlf-am.sh')
-rwxr-xr-x | t/t0023-crlf-am.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0023-crlf-am.sh b/t/t0023-crlf-am.sh index 6f8a4347d..aaed72540 100755 --- a/t/t0023-crlf-am.sh +++ b/t/t0023-crlf-am.sh @@ -36,7 +36,7 @@ test_expect_success 'setup' ' test_expect_success 'am' ' - git am --binary -3 <patchfile && + git am -3 <patchfile && git diff-files --name-status --exit-code ' |