瀏覽代碼

Get rid of tmp and backup file in test load

Sergey Litvinov 13 年之前
父節點
當前提交
55fe477899
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      testing/org-test.el

+ 1 - 1
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)))))