Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
format-patch: introduce format.useAutoBase configuration
[gitweb.git]
/
t
/
t9901-git-web--browse.sh
diff --git
a/t/t9901-git-web--browse.sh
b/t/t9901-git-web--browse.sh
index b0a6bad8ddb6b2e49b0f5620da92b1ca912136c4..de7152f82713bf797aecd3f53bce6ef006524b7b 100755
(executable)
--- a/
t/t9901-git-web--browse.sh
+++ b/
t/t9901-git-web--browse.sh
@@
-43,7
+43,7
@@
test_expect_success \
echo fake: "$@"
EOF
chmod +x "fake browser" &&
- git config browser.w3m.path "
`pwd`
/fake browser" &&
+ git config browser.w3m.path "
$(pwd)
/fake browser" &&
test_web_browse w3m http://example.com/foo
'