summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-04 16:24:32 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-04 22:28:41 -0800
commite2a83b21d1aa749766e7823707a85235456a763a (patch)
treeb8ba99343b8fa59071f82314e425d5d9751faf58
parenta1c54d7b8d07143044a52a7d90f4ea87d52708c7 (diff)
downloadgit-e2a83b21d1aa749766e7823707a85235456a763a.tar.gz
t9401: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t9401-git-cvsserver-crlf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9401-git-cvsserver-crlf.sh b/t/t9401-git-cvsserver-crlf.sh
index 1c5bc84fa7..8c3db76301 100755
--- a/t/t9401-git-cvsserver-crlf.sh
+++ b/t/t9401-git-cvsserver-crlf.sh
@@ -84,6 +84,7 @@ export CVSROOT CVS_SERVER
rm -rf "$CVSWORK" "$SERVERDIR"
test_expect_success 'setup' '
+ git config push.default matching &&
echo "Simple text file" >textfile.c &&
echo "File with embedded NUL: Q <- there" | q_to_nul > binfile.bin &&
mkdir subdir &&