Make git archive respect core.autocrlf when creating zip format archives
[gitweb.git] / t / t0024-crlf-archive.sh
index 35114396c6543e0131462472056ff212eab8484e..e5330395fc866b2a913b4b20ecb66f1f2a3bbaff 100644 (file)
@@ -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 &&