fix test failure introduced by moving library-of-babel.org in 321f806faf

* 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.
This commit is contained in:
Achim Gratz 2013-03-06 21:27:13 +01:00
parent 321f806faf
commit 37d47a33d9
1 changed files with 2 additions and 4 deletions

View File

@ -24,15 +24,13 @@
(expand-file-name
"library-of-babel.org"
(expand-file-name
"babel"
(expand-file-name
"contrib"
"doc"
(expand-file-name
".."
(expand-file-name
".."
(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."