Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
t
/
t7010-setup.sh
diff --git
a/t/t7010-setup.sh
b/t/t7010-setup.sh
index 02cf7c5c9dc5ba9ea66d9dc109a11d300c7bd817..d8a7c798525728ddc8fc5fa9bd8335d8d1f0a710 100755
(executable)
--- a/
t/t7010-setup.sh
+++ b/
t/t7010-setup.sh
@@
-122,7
+122,7
@@
test_expect_success 'commit using absolute path names' '
test_expect_success 'log using absolute path names' '
echo bb >>a/b/c/d &&
- git commit -m "bb"
$(pwd)/a/b/c/d
&&
+ git commit -m "bb"
"$(pwd)/a/b/c/d"
&&
git log a/b/c/d >f1.txt &&
git log "$(pwd)/a/b/c/d" >f2.txt &&