summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-15 18:36:58 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-15 18:36:58 +0200
commita29e0f1c64f82f046d6ac89d194d3c019e933a33 (patch)
treea326c0cf6c17c0e9c6c8615b8ff68004e02a77b3 /test
parent1ead480ca1f49b6759bb30353ee78656490149ae (diff)
downloademacs-a29e0f1c64f82f046d6ac89d194d3c019e933a33.tar.gz
emacs-a29e0f1c64f82f046d6ac89d194d3c019e933a33.tar.bz2
emacs-a29e0f1c64f82f046d6ac89d194d3c019e933a33.zip
Adjust ibuffer test
* test/lisp/ibuffer-tests.el (ibuffer-format-qualifier): Adjust test after recent formatting changes.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/ibuffer-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/ibuffer-tests.el b/test/lisp/ibuffer-tests.el
index 252d2c5d7f7..343e2ae50b1 100644
--- a/test/lisp/ibuffer-tests.el
+++ b/test/lisp/ibuffer-tests.el
@@ -785,7 +785,7 @@
(funcall tag
(funcall description
'starred-name)
- ": " "nil"))
+ "" ""))
(funcall tag
(funcall description 'directory)
": " "\\<org\\>")))))
@@ -806,7 +806,7 @@
(funcall tag "AND"
(funcall tag
(funcall description 'starred-name)
- ": " "nil")
+ "" "")
(funcall tag
(funcall description 'name)
": " "elisp"))