Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Fix 'history' view for deleted files with history
[gitweb.git]
/
t
/
t5400-send-pack.sh
diff --git
a/t/t5400-send-pack.sh
b/t/t5400-send-pack.sh
index 2d0c07fd6a38d786efc895bc5c5c0d7dd268b31f..2b6b6e3f71613d807aa4ebfa48eebe5f73d2b980 100755
(executable)
--- a/
t/t5400-send-pack.sh
+++ b/
t/t5400-send-pack.sh
@@
-120,7
+120,7
@@
test_expect_success \
cd .. &&
git-clone parent child && cd child && git-push --all &&
cd ../parent &&
- git-branch -a >branches && ! grep
-q
origin/master branches
+ git-branch -a >branches && ! grep origin/master branches
'
rewound_push_setup() {