diff options
author | Philipp Stephani <phst@google.com> | 2017-05-19 10:58:58 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2017-06-09 15:56:49 +0200 |
commit | 39121649bed8c75f84caa5c9ab554f20205b192e (patch) | |
tree | f9820b19f8f79d7c364d73a330ad4ef42479f380 /test/lisp/eshell | |
parent | 517c704a6360356e62752f581c71b38a479e2f59 (diff) | |
download | emacs-39121649bed8c75f84caa5c9ab554f20205b192e.tar.gz emacs-39121649bed8c75f84caa5c9ab554f20205b192e.tar.bz2 emacs-39121649bed8c75f84caa5c9ab554f20205b192e.zip |
Give test files a -tests.el suffix
Rename a couple of test files that have the same name as the library
they test. This harmonizes the naming pattern and makes it possible
to have the tests directories in the load path.
Diffstat (limited to 'test/lisp/eshell')
-rw-r--r-- | test/lisp/eshell/eshell-tests.el (renamed from test/lisp/eshell/eshell.el) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/eshell/eshell.el b/test/lisp/eshell/eshell-tests.el index dee6c17e025..363ef525e1b 100644 --- a/test/lisp/eshell/eshell.el +++ b/test/lisp/eshell/eshell-tests.el @@ -1,4 +1,4 @@ -;;; tests/eshell.el --- Eshell test suite +;;; tests/eshell-tests.el --- Eshell test suite ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. @@ -249,4 +249,4 @@ chars" (provide 'esh-test) -;;; tests/eshell.el ends here +;;; tests/eshell-tests.el ends here |