summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-09 13:34:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-11-09 13:34:17 -0700
commit0ec8e7f94bbdac5025290c848f94b908c61a7565 (patch)
treea6eb92bfad20aaddbb8c4ddfc3bd1236fb17db03
parenta74520b0f46708b8e37afa0a3b55a62df55e9821 (diff)
fix logic
-rw-r--r--debian/patches/skip-test-using-map-length.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/skip-test-using-map-length.patch b/debian/patches/skip-test-using-map-length.patch
index 806b011..b850ffe 100644
--- a/debian/patches/skip-test-using-map-length.patch
+++ b/debian/patches/skip-test-using-map-length.patch
@@ -15,7 +15,7 @@ index 53930fa..0243499 100644
["xxx" "xx" "x"]))))
(ert-deftest test-seq-random-elt-take-all ()
-+ (skip-unless (version< emacs-version "25"))
++ (skip-unless (version> emacs-version "25"))
(let ((seq '(a b c d e))
(count '()))
(should (= 0 (map-length count)))