* [PATCH] t9105-fetch-local: quote path created with pwd
@ 2005-11-27 20:05 Jonas Fonseca
0 siblings, 0 replies; only message in thread
From: Jonas Fonseca @ 2005-11-27 20:05 UTC (permalink / raw)
To: Petr Baudis; +Cc: git
Small fix to let it work when pwd contains spaces.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
---
diff --git a/t/t9105-fetch-local.sh b/t/t9105-fetch-local.sh
index a309693..35e2778 100755
--- a/t/t9105-fetch-local.sh
+++ b/t/t9105-fetch-local.sh
@@ -35,7 +35,7 @@ test_expect_success 'symlinked clone of
rm -rf repo2
mkdir repo2
test_expect_success 'clone in-current-dir repo2 from $(pwd)/../repo1/../repo1.git/' \
- '(cd repo2 && cg-clone -s $(pwd)/../repo1/../repo1.git/)'
+ '(cd repo2 && cg-clone -s "$(pwd)/../repo1/../repo1.git/")'
echo file1v2 >repo1/file1
test_expect_success 'commit in repo1' \
--
Jonas Fonseca
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-27 20:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-27 20:05 [PATCH] t9105-fetch-local: quote path created with pwd Jonas Fonseca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).