Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
list-objects: convert name_path to a strbuf
[gitweb.git]
/
t
/
t5601-clone.sh
diff --git
a/t/t5601-clone.sh
b/t/t5601-clone.sh
index 31b46582d79889c4d85879e7dedfc2c618b274d1..669ec9ba811fedeca820c4454b490e975b03bfca 100755
(executable)
--- a/
t/t5601-clone.sh
+++ b/
t/t5601-clone.sh
@@
-244,7
+244,7
@@
test_expect_success 'clone separate gitdir' '
'
test_expect_success 'clone separate gitdir: output' '
- echo "gitdir:
`pwd`
/realgitdir" >expected &&
+ echo "gitdir:
$(pwd)
/realgitdir" >expected &&
test_cmp expected dst/.git
'