t2003: work around path mangling issue on Windows
commit8be412a723459feb9f521062e2919f8f6e8389d3
authorJohannes Sixt <j6t@kdbg.org>
Wed, 20 Mar 2013 08:47:57 +0000 (20 09:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2013 17:10:28 +0000 (20 10:10 -0700)
treeb13bfdd2aaa525ef6e280d7f88776ef97df12f49
parent7297a440122b329c501e70dda099030373af069f
t2003: work around path mangling issue on Windows

MSYS bash considers the part "/g" in the sed expression "s/./=/g" as an
absolute path after an assignment, and mangles it to a C:/something
string. Do not attract bash's attention by avoiding the equals sign.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2003-checkout-cache-mkdir.sh