diff options
Diffstat (limited to 't/t0024-crlf-archive.sh')
-rw-r--r-- | t/t0024-crlf-archive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0024-crlf-archive.sh b/t/t0024-crlf-archive.sh index 35114396c6..e5330395fc 100644 --- a/t/t0024-crlf-archive.sh +++ b/t/t0024-crlf-archive.sh @@ -33,7 +33,7 @@ if [ $? -eq 127 ]; then exit fi -test_expect_failure 'zip archive' ' +test_expect_success 'zip archive' ' git archive --format=zip HEAD >test.zip && |