summaryrefslogtreecommitdiff
path: root/quote.h
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2010-12-30 20:51:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-01-11 18:49:38 (GMT)
commite6ec2b6a23a364de76cd8868d4df20627264eb45 (patch)
tree6a2e04e534c76d8a042effabba22e40cc5e2f518 /quote.h
parent2cf08b6a0ab09f1b81b78a5686a632a2a602abf4 (diff)
downloadgit-e6ec2b6a23a364de76cd8868d4df20627264eb45.zip
git-e6ec2b6a23a364de76cd8868d4df20627264eb45.tar.gz
git-e6ec2b6a23a364de76cd8868d4df20627264eb45.tar.bz2
Fix expected values of setup tests on Windows
On Windows, bash stores absolute path names in shell variables in POSIX format that begins with a slash, rather than in drive-letter format; such a value is converted to the latter format when it is passed to a non-MSYS program such as git. When an expected test value is constructed, it must contain the value that will be produced by git, which will be in the drive-letter format. But TRASH_DIRECTORY is in POSIX format. Fix this by using $(pwd), which produces drive-letter format since 4114156a (Tests on Windows: $(pwd) must return Windows-style paths). The change in t1510 is a straight seach-and-replace, except for the first hunk of the diff. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'quote.h')
0 files changed, 0 insertions, 0 deletions