branch: externals/org commit 59fa35a0b7a7febd7a06019910daa04fac84b636 Merge: 4166f55da1 a1c7cedd28 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Merge branch 'bugfix' --- 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*")