summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-04 16:22:26 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-04 22:28:41 -0800
commita1c54d7b8d07143044a52a7d90f4ea87d52708c7 (patch)
tree1ebf26cbc86d827b7c04715307128bb50e485917
parentae74f7d2895121b0931c575173e81a35e8893995 (diff)
downloadgit-a1c54d7b8d07143044a52a7d90f4ea87d52708c7.tar.gz
t9400: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t9400-git-cvsserver-server.sh1
1 files changed, 1 insertions, 0 deletions
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" &&