Merge branch 'jc/push-cas'

* jc/push-cas:
  t5541: mark passing c-a-s test as success
This commit is contained in:
Jonathan Nieder 2013-09-24 23:22:03 -07:00
commit 1939ce67ed

View File

@ -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")