Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sh/enable-preloadindex'
[gitweb.git]
/
t
/
t0300-credentials.sh
diff --git
a/t/t0300-credentials.sh
b/t/t0300-credentials.sh
index 538ea5fb1c27bf5e4f9c4a0268f219f5d6d6e9c5..57ea5a10c5c716f52a8c8c7335ac7f68fe9dd92d 100755
(executable)
--- a/
t/t0300-credentials.sh
+++ b/
t/t0300-credentials.sh
@@
-6,7
+6,7
@@
test_description='basic credential helper tests'
test_expect_success 'setup helper scripts' '
cat >dump <<-\EOF &&
- whoami=
`echo $0 | sed s/.*git-credential-//`
+ whoami=
$(echo $0 | sed s/.*git-credential-//)
echo >&2 "$whoami: $*"
OIFS=$IFS
IFS==