]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix test failure
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 13 Dec 2020 01:58:32 +0000 (03:58 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 13 Dec 2020 01:59:33 +0000 (03:59 +0200)
* test/lisp/vc/vc-tests.el (vc-test--working-revision):
Accept working revision -1, expected for older Hg (bug#36534).

test/lisp/vc/vc-tests.el

index 7b88b8d531afddf3dd506cbb2a419d82acfaaa8b..a2936cca8242bdc53d1d31466428881b04ca23eb 100644 (file)
@@ -439,8 +439,9 @@ This checks also `vc-backend' and `vc-responsible-backend'."
            ;; nil: Git Mtn
            ;; "0": Bzr CVS Hg SRC SVN
            ;; "1.1": RCS SCCS
+            ;; "-1": Hg versions before 5 (probably)
             (message "vc-working-revision4 %s" (vc-working-revision tmp-name))
-            (should (member (vc-working-revision tmp-name) '(nil "0" "1.1")))
+            (should (member (vc-working-revision tmp-name) '(nil "0" "1.1" "-1")))
 
             ;; TODO: Call `vc-checkin', and check the resulting
             ;; working revision.  None of the return values should be