mirror of
https://github.com/git/git.git
synced 2026-03-18 04:30:09 +01:00
fixup! Work around funny CR issue
This commit is contained in:
@@ -77,6 +77,10 @@ test_expect_success 'test basic "submodule foreach" usage' '
|
||||
git config foo.bar zar &&
|
||||
git submodule foreach "git config --file \"\$toplevel/.git/config\" foo.bar"
|
||||
) &&
|
||||
if test_have_prereq MINGW
|
||||
then
|
||||
dos2unix actual
|
||||
fi &&
|
||||
test_i18ncmp expect actual
|
||||
'
|
||||
|
||||
@@ -158,6 +162,10 @@ test_expect_success 'test messages from "foreach --recursive"' '
|
||||
cd clone2 &&
|
||||
git submodule foreach --recursive "true" > ../actual
|
||||
) &&
|
||||
if test_have_prereq MINGW
|
||||
then
|
||||
dos2unix actual
|
||||
fi &&
|
||||
test_i18ncmp expect actual
|
||||
'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user