Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diffcore-pickaxe: support case insensitive match on non-ascii
[gitweb.git]
/
t
/
t5517-push-mirror.sh
diff --git
a/t/t5517-push-mirror.sh
b/t/t5517-push-mirror.sh
index e2ad2605084194868fc23e23fec1636af622b47f..02f160aae0c414411572a99a148d2b039c24fdd3 100755
(executable)
--- a/
t/t5517-push-mirror.sh
+++ b/
t/t5517-push-mirror.sh
@@
-4,7
+4,7
@@
test_description='pushing to a mirror repository'
. ./test-lib.sh
-D=
`pwd`
+D=
$(pwd)
invert () {
if "$@"; then
@@
-256,7
+256,7
@@
test_expect_success 'remote.foo.mirror=no has no effect' '
git branch keep master &&
git push --mirror up &&
git branch -D keep &&
- git push up
+ git push up
:
) &&
(
cd mirror &&