Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix 'make test' for HP NonStop
[gitweb.git]
/
t
/
lib-credential.sh
diff --git
a/t/lib-credential.sh
b/t/lib-credential.sh
index 957ae936e8b785f8b1afbffd9a5918a3260d213f..3c43ff11b305c5d533323c1ed9520ac52d0cfbe3 100755
(executable)
--- a/
t/lib-credential.sh
+++ b/
t/lib-credential.sh
@@
-18,6
+18,10
@@
check() {
cat stderr &&
false
fi &&
+ if test_have_prereq MINGW
+ then
+ dos2unix -q stderr
+ fi &&
test_cmp expect-stdout stdout &&
test_cmp expect-stderr stderr
}