Skip to content

Commit

Permalink
t9400: do not assume the "matching" push is the default
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 5, 2013
1 parent ae74f7d commit a1c54d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t9400-git-cvsserver-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" &&
Expand Down

0 comments on commit a1c54d7

Please sign in to comment.