Procházet zdrojové kódy

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 před 12 roky
rodič
revize
37d47a33d9
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  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."