t0027: squelch checkout path run outside test_expect_* block
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
0f086e6dca
commit
774d44cc18
|
@ -293,9 +293,9 @@ checkout_files () {
|
||||||
do
|
do
|
||||||
rm crlf_false_attr__$f.txt &&
|
rm crlf_false_attr__$f.txt &&
|
||||||
if test -z "$ceol"; then
|
if test -z "$ceol"; then
|
||||||
git checkout crlf_false_attr__$f.txt
|
git checkout -- crlf_false_attr__$f.txt
|
||||||
else
|
else
|
||||||
git -c core.eol=$ceol checkout crlf_false_attr__$f.txt
|
git -c core.eol=$ceol checkout -- crlf_false_attr__$f.txt
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue