branch: externals/org
commit 4166f55da108996cab1f3caccfb9419c660df6d2
Merge: e84077ded3 59228e5134
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
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)