summaryrefslogtreecommitdiff
path: root/t/lib-credential.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-11-01 07:38:54 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-11-01 07:38:54 -0700
commitfbaa22678b10061bcbcc3ed8ed366931c39e6301 (patch)
treeec1b9709b0b5bdfa0b4519e13f5cfe6623ccdc28 /t/lib-credential.sh
parentMerge branch 'js/test-help-format-windows-port-fix' (diff)
parenttests: undo special treatment of CRLF for Windows (diff)
downloadtgif-fbaa22678b10061bcbcc3ed8ed366931c39e6301.tar.xz
Merge branch 'js/tests-windows-port-fix'
* js/tests-windows-port-fix: tests: undo special treatment of CRLF for Windows Windows: a test_cmp that is agnostic to random LF <> CRLF conversions t5300-pack-object: do not compare binary data using test_cmp
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 3c43ff11b3..957ae936e8 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
}