瀏覽代碼

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.
Achim Gratz 12 年之前
父節點
當前提交
37d47a33d9
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      testing/lisp/test-ob-lob.el

+ 2 - 4
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."