mirror of
https://github.com/git/git.git
synced 2026-04-11 17:30:08 +02:00
t9400: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -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" &&
|
||||
|
||||
Reference in New Issue
Block a user