Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
urlmatch.c: recompute pointer after append_normalized_escapes
[gitweb.git]
/
t
/
t9401-git-cvsserver-crlf.sh
diff --git
a/t/t9401-git-cvsserver-crlf.sh
b/t/t9401-git-cvsserver-crlf.sh
index 1c5bc84fa72492a820638e4e197b89ba13bc27f1..8c3db763013ff736e173a405de70f68cbdddaf9f 100755
(executable)
--- a/
t/t9401-git-cvsserver-crlf.sh
+++ b/
t/t9401-git-cvsserver-crlf.sh
@@
-84,6
+84,7
@@
export CVSROOT CVS_SERVER
rm -rf "$CVSWORK" "$SERVERDIR"
test_expect_success 'setup' '
+ git config push.default matching &&
echo "Simple text file" >textfile.c &&
echo "File with embedded NUL: Q <- there" | q_to_nul > binfile.bin &&
mkdir subdir &&