* testing/lisp/test-ob-lob.el: The file library-of-babel.org has been moved from contrib/babel to doc, change the code to track that move.
@@ -24,15 +24,13 @@
(expand-file-name
"library-of-babel.org"
- "babel"
- (expand-file-name
- "contrib"
+ "doc"
".."
(file-name-directory
- (or load-file-name buffer-file-name))))))))
+ (or load-file-name buffer-file-name)))))))
(ert-deftest test-ob-lob/ingest ()
"Test the ingestion of an org-mode file."