aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/files-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index f4ccd5c2044..6fbe993bfdd 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -229,7 +229,7 @@ be $HOME."
229 (or def init))) 229 (or def init)))
230 (dir (make-temp-file "read-file-name-test" t))) 230 (dir (make-temp-file "read-file-name-test" t)))
231 (unwind-protect 231 (unwind-protect
232 (let ((subdir (expand-file-name "./~/"))) 232 (let ((subdir (expand-file-name "./~/" dir)))
233 (make-directory subdir t) 233 (make-directory subdir t)
234 (with-temp-buffer 234 (with-temp-buffer
235 (setq default-directory subdir) 235 (setq default-directory subdir)