diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-09-24 13:12:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-09-24 13:12:43 +0300 |
commit | 25d66a430e45b4df1d8bb8c8e559f86dcdbcb4c3 (patch) | |
tree | fa3eb83acc487cde241b1843f6d3dddc0aa57f22 | |
parent | ef5c799c661dae1d1eb52c45d7a82e93f92b47c0 (diff) | |
download | emacs-25d66a430e45b4df1d8bb8c8e559f86dcdbcb4c3.tar.gz |
; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el.
-rw-r--r-- | test/src/process-tests.el (renamed from test/lisp/legacy/process-tests.el) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/legacy/process-tests.el b/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. |