From: Junio C Hamano Date: Sat, 5 Jan 2013 00:24:32 +0000 (-0800) Subject: t9401: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2a83b21d1aa749766e7823707a85235456a763a;p=git t9401: do not assume the "matching" push is the default Signed-off-by: Junio C Hamano --- 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 &&