summaryrefslogtreecommitdiff
path: root/test/lisp/ibuffer-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/ibuffer-tests.el')
-rw-r--r--test/lisp/ibuffer-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/ibuffer-tests.el b/test/lisp/ibuffer-tests.el
index 7bc491a343a..ea9e663b1ad 100644
--- a/test/lisp/ibuffer-tests.el
+++ b/test/lisp/ibuffer-tests.el
@@ -34,7 +34,7 @@
(ert-deftest ibuffer-0autoload () ; sort first
"Tests to see whether ibuffer has been autoloaded"
- (skip-unless (not (featurep 'ibuf-ext)))
+ (skip-when (featurep 'ibuf-ext))
(should
(fboundp 'ibuffer-mark-unsaved-buffers))
(should