Skip to content

Commit

Permalink
Merge branch 'jc/push-cas'
Browse files Browse the repository at this point in the history
* jc/push-cas:
  t5541: mark passing c-a-s test as success
  • Loading branch information
Jonathan Nieder committed Sep 25, 2013
2 parents 962393b + 42aa29e commit 1939ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib-httpd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ test_http_push_nonff () {
test_i18ngrep "Updates were rejected because" output
'

test_expect_failure 'force with lease aka cas' '
test_expect_${EXPECT_CAS_RESULT} 'force with lease aka cas' '
HEAD=$( cd "$REMOTE_REPO" && git rev-parse --verify HEAD ) &&
test_when_finished '\''
(cd "$REMOTE_REPO" && git update-ref HEAD "$HEAD")
Expand Down

0 comments on commit 1939ce6

Please sign in to comment.