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 8dadb920547..2211cae305b 100644
--- a/test/lisp/ibuffer-tests.el
+++ b/test/lisp/ibuffer-tests.el
@@ -82,7 +82,7 @@
(test1 '((mode . org-mode)
(or (size-gt . 10000)
(and (not (starred-name))
- (directory . "\<org\>")))))
+ (directory . "<org>")))))
(test2 '((or (mode . emacs-lisp-mode) (file-extension . "elc?")
(and (starred-name) (name . "elisp"))
(mode . lisp-interaction-mode))))