summaryrefslogtreecommitdiff
path: root/t/lib-credential.sh
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2013-10-26 19:17:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-28 16:00:38 (GMT)
commitf94ea11cf2b070ef221f0f4c2355a9ee2f340177 (patch)
treecc219ab153738f62edb9f91c6d3d1bb4a2039cff /t/lib-credential.sh
parent4d715ac05cf5b800a98ce75bbc0cb3ea2dfe70ab (diff)
downloadgit-f94ea11cf2b070ef221f0f4c2355a9ee2f340177.zip
git-f94ea11cf2b070ef221f0f4c2355a9ee2f340177.tar.gz
git-f94ea11cf2b070ef221f0f4c2355a9ee2f340177.tar.bz2
tests: undo special treatment of CRLF for Windows
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-credential.sh')
-rwxr-xr-xt/lib-credential.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/lib-credential.sh b/t/lib-credential.sh
index 3c43ff1..957ae93 100755
--- a/t/lib-credential.sh
+++ b/t/lib-credential.sh
@@ -18,10 +18,6 @@ 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
}