summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2013-03-06 21:27:13 +0100
committerAchim Gratz <Stromeko@Stromeko.DE>2013-03-06 21:27:13 +0100
commit37d47a33d91609969d4770b900445b07cc44d836 (patch)
treec971c520078cf84eaac700ead92a811677413faf
parent321f806fafb596b53da7c944267f53f34d05af3e (diff)
downloadorg-mode-37d47a33d91609969d4770b900445b07cc44d836.tar.gz
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.
-rw-r--r--testing/lisp/test-ob-lob.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/lisp/test-ob-lob.el b/testing/lisp/test-ob-lob.el
index 10a8399..db3b7c8 100644
--- a/testing/lisp/test-ob-lob.el
+++ b/testing/lisp/test-ob-lob.el
@@ -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."