فهرست منبع

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