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

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

[elpa] externals/org 4166f55da1: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 4166f55da1: Merge branch 'bugfix'
Date: Mon, 23 Jan 2023 05:58:02 -0500 (EST)

branch: externals/org
commit 4166f55da108996cab1f3caccfb9419c660df6d2
Merge: e84077ded3 59228e5134
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 testing/lisp/test-ob-octave.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-octave.el
index 0b8ecea3bf..676a8a325b 100644
--- a/testing/lisp/test-ob-octave.el
+++ b/testing/lisp/test-ob-octave.el
@@ -78,8 +78,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*")
@@ -98,8 +97,7 @@ sombrero;
           (org-babel-execute-src-block)
           (should (get-buffer "*Inferior Octave*"))
           (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)
       (let (kill-buffer-query-functions kill-buffer-hook)



reply via email to

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