Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 0d452bd

Browse files
committed
fixup! remote-helper: check helper status after import/export
One effect of checking the remote helper status is that SPI exit codes no longer bubble up to the porcelain layer - so we shouldn't test for this. Signed-off-by: Karsten Blees <[email protected]>
1 parent 98ed09f commit 0d452bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5801-remote-helpers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ test_expect_success 'push update refs failure' '
228228
echo "update fail" >>file &&
229229
git commit -a -m "update fail" &&
230230
git rev-parse --verify testgit/origin/heads/update >expect &&
231-
test_expect_code 1 env GIT_REMOTE_TESTGIT_FAILURE="non-fast forward" \
231+
test_must_fail env GIT_REMOTE_TESTGIT_FAILURE="non-fast forward" \
232232
git push origin update &&
233233
git rev-parse --verify testgit/origin/heads/update >actual &&
234234
test_cmp expect actual

0 commit comments

Comments
 (0)