Skip to content

Commit e2a83b2

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t9401-git-cvsserver-crlf.sh

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

8585
rm -rf "$CVSWORK" "$SERVERDIR"
8686
test_expect_success 'setup' '
87+
git config push.default matching &&
8788
echo "Simple text file" >textfile.c &&
8889
echo "File with embedded NUL: Q <- there" | q_to_nul > binfile.bin &&
8990
mkdir subdir &&

0 commit comments

Comments
 (0)