From 37d47a33d91609969d4770b900445b07cc44d836 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Wed, 6 Mar 2013 21:27:13 +0100 Subject: [PATCH] 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. --- testing/lisp/test-ob-lob.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testing/lisp/test-ob-lob.el b/testing/lisp/test-ob-lob.el index 10a839947..db3b7c847 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."