Skip to content

Commit a1c54d7

Browse files
committed
t9400: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ae74f7d commit a1c54d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t9400-git-cvsserver-server.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export CVSROOT CVS_SERVER
3636

3737
rm -rf "$CVSWORK" "$SERVERDIR"
3838
test_expect_success 'setup' '
39+
git config push.default matching &&
3940
echo >empty &&
4041
git add empty &&
4142
git commit -q -m "First Commit" &&

0 commit comments

Comments
 (0)