diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-04 16:22:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-04 22:28:41 -0800 |
commit | a1c54d7b8d07143044a52a7d90f4ea87d52708c7 (patch) | |
tree | 1ebf26cbc86d827b7c04715307128bb50e485917 /t/t9400-git-cvsserver-server.sh | |
parent | t7406: do not assume the "matching" push is the default (diff) | |
download | tgif-a1c54d7b8d07143044a52a7d90f4ea87d52708c7.tar.xz |
t9400: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9400-git-cvsserver-server.sh')
-rwxr-xr-x | t/t9400-git-cvsserver-server.sh | 1 |
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" && |