Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mz/rebase-tests'
[gitweb.git]
/
t
/
t5801-remote-helpers.sh
diff --git
a/t/t5801-remote-helpers.sh
b/t/t5801-remote-helpers.sh
index 4899af3f7abfb567017e0d64c7961c22beb5b749..8c4c5396a8447fc39d6f0c697af761631b08b3f7 100755
(executable)
--- a/
t/t5801-remote-helpers.sh
+++ b/
t/t5801-remote-helpers.sh
@@
-210,9
+210,7
@@
test_expect_success 'proper failure checks for pushing' '
(GIT_REMOTE_TESTGIT_FAILURE=1 &&
export GIT_REMOTE_TESTGIT_FAILURE &&
cd local &&
- test_must_fail git push --all 2> error &&
- cat error &&
- grep -q "Reading from helper .git-remote-testgit. failed" error
+ test_must_fail git push --all
)
'