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

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

[elpa] externals-release/org a1c7cedd28: test-ob-octave: Fix tests faili


From: ELPA Syncer
Subject: [elpa] externals-release/org a1c7cedd28: test-ob-octave: Fix tests failing on Debian CI (followup)
Date: Mon, 23 Jan 2023 07:58:05 -0500 (EST)

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

    test-ob-octave: Fix tests failing on Debian CI (followup)
    
    * testing/lisp/test-ob-octave.el (ob-octave/graphics-file-space): Do
    not assert absence of warnings.  See 59228e513.
---
 testing/lisp/test-ob-octave.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-octave.el
index 676a8a325b..bbe9676de7 100644
--- a/testing/lisp/test-ob-octave.el
+++ b/testing/lisp/test-ob-octave.el
@@ -116,8 +116,7 @@ sombrero;
                    file)
           (org-babel-execute-src-block)
           (should (search-forward (format "[[file:%s]]" file) nil nil))
-          (should (file-readable-p file))
-          (should-not (buffer-live-p (get-buffer "*Org-Babel Error Output*"))))
+          (should (file-readable-p file)))
       ;; clean-up
       (delete-file file)
       (when (get-buffer "*Org-Babel Error Output*")



reply via email to

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