We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74f7d commit a1c54d7Copy full SHA for a1c54d7
1 file changed
t/t9400-git-cvsserver-server.sh
@@ -36,6 +36,7 @@ export CVSROOT CVS_SERVER
36
37
rm -rf "$CVSWORK" "$SERVERDIR"
38
test_expect_success 'setup' '
39
+ git config push.default matching &&
40
echo >empty &&
41
git add empty &&
42
git commit -q -m "First Commit" &&
0 commit comments