summaryrefslogtreecommitdiff
path: root/test/lisp/files-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-27 07:05:33 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-27 07:05:33 +0200
commit4febba2c61722817ed2da0c775ac8b6acc4d1afa (patch)
tree56609ca1e1b72ff4e1183faa22aae6d6dd5b534d /test/lisp/files-tests.el
parente88be49b9db51f36ef2b6b3fc6716cd02203775f (diff)
downloademacs-4febba2c61722817ed2da0c775ac8b6acc4d1afa.tar.gz
; * test/lisp/files-tests.el: Fix last commit.
Diffstat (limited to 'test/lisp/files-tests.el')
-rw-r--r--test/lisp/files-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index c8b80e36601..4b9d4e45164 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -1552,7 +1552,6 @@ The door of all subtleties!
(should-error (file-name-with-extension "/is/a/directory/" "css")))
(ert-deftest files-tests-file-name-base ()
- (should (equal (file-name-base) "files-tests"))
(should (equal (file-name-base "") ""))
(should (equal (file-name-base "/foo/") ""))
(should (equal (file-name-base "/foo") "foo"))