t9400: do not assume the "matching" push is the default
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 00:22:26 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 06:28:41 +0000 (22:28 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9400-git-cvsserver-server.sh
index 9502f2438aeeb47c0881b80326a4152002fc23ad..043138631b8ba7fa21899e634383925feb6737e8 100755 (executable)
@@ -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" &&