From 25d66a430e45b4df1d8bb8c8e559f86dcdbcb4c3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Sep 2016 13:12:43 +0300 Subject: [PATCH] ; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el. --- test/{lisp/legacy => src}/process-tests.el | 1 + 1 file changed, 1 insertion(+) rename test/{lisp/legacy => src}/process-tests.el (99%) diff --git a/test/lisp/legacy/process-tests.el b/test/src/process-tests.el similarity index 99% rename from test/lisp/legacy/process-tests.el rename to test/src/process-tests.el index 8554a287ccd..8cc59bf9feb 100644 --- a/test/lisp/legacy/process-tests.el +++ b/test/src/process-tests.el @@ -163,3 +163,4 @@ (should (equal path samepath)))) (provide 'process-tests) +;; process-tests.el ends here. -- 2.39.5