Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2023-01-23 15:48:58 +03:00
commit 59fa35a0b7
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 2 deletions

View File

@ -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*")