diff options
| -rw-r--r-- | test/automated/vc-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/automated/vc-tests.el b/test/automated/vc-tests.el index 44f25728447..011acee396c 100644 --- a/test/automated/vc-tests.el +++ b/test/automated/vc-tests.el | |||
| @@ -587,6 +587,8 @@ For backends which dont support it, `vc-not-supported' is signalled." | |||
| 587 | ,(intern (format "vc-test-%s04-checkout-model" backend-string)) () | 587 | ,(intern (format "vc-test-%s04-checkout-model" backend-string)) () |
| 588 | ,(format "Check `vc-checkout-model' for the %s backend." | 588 | ,(format "Check `vc-checkout-model' for the %s backend." |
| 589 | backend-string) | 589 | backend-string) |
| 590 | ;; FIXME make this pass. | ||
| 591 | :expected-result ,(if (equal backend 'RCS) :failed :passed) | ||
| 590 | (skip-unless | 592 | (skip-unless |
| 591 | (ert-test-passed-p | 593 | (ert-test-passed-p |
| 592 | (ert-test-most-recent-result | 594 | (ert-test-most-recent-result |