Browse Source

Merge branch 'jc/push-cas'

* jc/push-cas:
  t5541: mark passing c-a-s test as success
maint
Jonathan Nieder 12 years ago
parent
commit
1939ce67ed
  1. 2
      t/lib-httpd.sh

2
t/lib-httpd.sh

@ -169,7 +169,7 @@ test_http_push_nonff () { @@ -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")

Loading…
Cancel
Save