From a29e0f1c64f82f046d6ac89d194d3c019e933a33 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 15 Jun 2022 18:36:58 +0200 Subject: [PATCH] Adjust ibuffer test * test/lisp/ibuffer-tests.el (ibuffer-format-qualifier): Adjust test after recent formatting changes. --- test/lisp/ibuffer-tests.el | 4 ++-- 1 file 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) ": " "\\"))))) @@ -806,7 +806,7 @@ (funcall tag "AND" (funcall tag (funcall description 'starred-name) - ": " "nil") + "" "") (funcall tag (funcall description 'name) ": " "elisp")) -- 2.39.2