소스 검색

Get rid of tmp and backup file in test load

Sergey Litvinov 14 년 전
부모
커밋
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)))))