mirror of
https://github.com/git/git.git
synced 2026-01-16 21:59:45 +00:00
t030[02]: work around CR/LF issue
It is the old shell-script issue we had in a few other tests already. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -9,6 +9,10 @@ check() {
|
||||
read_chunk >expect-stderr &&
|
||||
test-credential "$@" <stdin >stdout 2>stderr &&
|
||||
test_cmp expect-stdout stdout &&
|
||||
if test_have_prereq MINGW
|
||||
then
|
||||
dos2unix stderr
|
||||
fi &&
|
||||
test_cmp expect-stderr stderr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user