t9400: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
ae74f7d289
commit
a1c54d7b8d
|
|
@ -36,6 +36,7 @@ export CVSROOT CVS_SERVER
|
||||||
|
|
||||||
rm -rf "$CVSWORK" "$SERVERDIR"
|
rm -rf "$CVSWORK" "$SERVERDIR"
|
||||||
test_expect_success 'setup' '
|
test_expect_success 'setup' '
|
||||||
|
git config push.default matching &&
|
||||||
echo >empty &&
|
echo >empty &&
|
||||||
git add empty &&
|
git add empty &&
|
||||||
git commit -q -m "First Commit" &&
|
git commit -q -m "First Commit" &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue