From: Junio C Hamano Date: Sat, 5 Jan 2013 00:22:26 +0000 (-0800) Subject: t9400: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a1c54d7b8d07143044a52a7d90f4ea87d52708c7 t9400: do not assume the "matching" push is the default Signed-off-by: Junio C Hamano --- diff --git a/t/t9400-git-cvsserver-server.sh b/t/t9400-git-cvsserver-server.sh index 9502f2438a..043138631b 100755 --- a/t/t9400-git-cvsserver-server.sh +++ b/t/t9400-git-cvsserver-server.sh @@ -36,6 +36,7 @@ export CVSROOT CVS_SERVER rm -rf "$CVSWORK" "$SERVERDIR" test_expect_success 'setup' ' + git config push.default matching && echo >empty && git add empty && git commit -q -m "First Commit" &&