summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Litvinov <slitvinov@gmail.com>2011-08-01 00:47:32 +0200
committerEric Schulte <schulte.eric@gmail.com>2011-08-05 11:29:41 -0600
commit55fe4778997b7576a550d415d3a2801cb8714709 (patch)
tree4f2484d22a0657fb23d195a529de8200b2b8fb58
parentf5a359f578214c00fa4dfef5274a59d9236480e6 (diff)
downloadorg-mode-55fe4778997b7576a550d415d3a2801cb8714709.tar.gz
Get rid of tmp and backup file in test load
-rw-r--r--testing/org-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index 96e693f..4e2f8e6 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -204,7 +204,7 @@ files."
(lambda (path)
(if (file-directory-p path) (rload path) (load-file path)))
(directory-files base 'full
- "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el"))))
+ "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el$"))))
(rload (expand-file-name "lisp" org-test-dir))
(rload (expand-file-name "lisp"
(expand-file-name "contrib" org-test-dir)))))