emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org c67af5c24a 5/6: test-org-fold/org-fold-display-inli


From: ELPA Syncer
Subject: [elpa] externals/org c67af5c24a 5/6: test-org-fold/org-fold-display-inline-images: Fix skip condition in older Emacs
Date: Fri, 2 Feb 2024 12:58:51 -0500 (EST)

branch: externals/org
commit c67af5c24a5c25fac213f4a256c7e00dab8333c5
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    test-org-fold/org-fold-display-inline-images: Fix skip condition in older 
Emacs
    
    *
    testing/lisp/test-org-fold.el 
(test-org-fold/org-fold-display-inline-images):
    Use skip-unless available in older Emacs rather than skip-when.
---
 testing/lisp/test-org-fold.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org-fold.el b/testing/lisp/test-org-fold.el
index f436a85e11..dd532cc8b8 100644
--- a/testing/lisp/test-org-fold.el
+++ b/testing/lisp/test-org-fold.el
@@ -694,7 +694,7 @@ Unfolded Paragraph.
 
 (ert-deftest test-org-fold/org-fold-display-inline-images ()
   "Test inline images displaying when cycling."
-  (skip-when noninteractive)
+  (skip-unless (not noninteractive))
   (let* ((org-cycle-inline-images-display t)
          (images-dir (expand-file-name "examples/images/" org-test-dir))
          (org-logo-image (expand-file-name "Org mode logo mono-color.png" 
images-dir)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]