Get rid of tmp and backup file in test load

This commit is contained in:
Sergey Litvinov 2011-08-01 00:47:32 +02:00 committed by Eric Schulte
parent f5a359f578
commit 55fe477899
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))