summaryrefslogtreecommitdiff
path: root/test/lisp/thread-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/thread-tests.el')
-rw-r--r--test/lisp/thread-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/thread-tests.el b/test/lisp/thread-tests.el
index 0ac87ec5a77..c0f8396e6ec 100644
--- a/test/lisp/thread-tests.el
+++ b/test/lisp/thread-tests.el
@@ -88,7 +88,7 @@
(ert-deftest thread-tests-list-threads-error-when-not-configured ()
"Signal an error running `list-threads' if threads are not configured."
- (skip-unless (not (featurep 'threads)))
+ (skip-when (featurep 'threads))
(should-error (list-threads)))
(provide 'thread-tests)