Skip to content

Commit df19317

Browse files
committed
Merge branch 'sg/t0020-conversion-fix'
Test fixes. * sg/t0020-conversion-fix: t0020-crlf: check the right file
2 parents 603160b + 30612cb commit df19317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0020-crlf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ test_expect_success 'checkout with autocrlf=input' '
160160
git config core.autocrlf input &&
161161
git read-tree --reset -u HEAD &&
162162
test_must_fail has_cr one &&
163-
test_must_fail has_cr two &&
163+
test_must_fail has_cr dir/two &&
164164
git update-index -- one dir/two &&
165165
test "$one" = $(git hash-object --stdin <one) &&
166166
test "$two" = $(git hash-object --stdin <dir/two) &&

0 commit comments

Comments
 (0)