summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lisp/files-tests.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index 56150c1a7f0..479848abb23 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -1,4 +1,4 @@
-;;; files.el --- tests for file handling.
+;;; files-tests.el --- tests for files.el.
;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
@@ -197,4 +197,5 @@ form.")
(setenv "FOO" foo-env)
(setenv "BAR" bar-env))))
-;;; files.el ends here
+(provide 'files-tests)
+;;; files-tests.el ends here