We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 603160b + 30612cb commit df19317Copy full SHA for df19317
t/t0020-crlf.sh
@@ -160,7 +160,7 @@ test_expect_success 'checkout with autocrlf=input' '
160
git config core.autocrlf input &&
161
git read-tree --reset -u HEAD &&
162
test_must_fail has_cr one &&
163
- test_must_fail has_cr two &&
+ test_must_fail has_cr dir/two &&
164
git update-index -- one dir/two &&
165
test "$one" = $(git hash-object --stdin <one) &&
166
test "$two" = $(git hash-object --stdin <dir/two) &&
0 commit comments