aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-archive-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el
index 85be2dc6230..149ed370432 100644
--- a/test/lisp/net/tramp-archive-tests.el
+++ b/test/lisp/net/tramp-archive-tests.el
@@ -699,7 +699,8 @@ This tests also `file-executable-p', `file-writable-p' and `set-file-modes'."
699 tmp-file) 699 tmp-file)
700 ;; The file archive shall know a temporary file directory. It is 700 ;; The file archive shall know a temporary file directory. It is
701 ;; not in the archive itself. 701 ;; not in the archive itself.
702 (should (stringp (with-no-warnings (temporary-file-directory)))) 702 (should
703 (stringp (with-no-warnings (with-no-warnings (temporary-file-directory)))))
703 (should-not 704 (should-not
704 (tramp-archive-file-name-p (with-no-warnings (temporary-file-directory)))) 705 (tramp-archive-file-name-p (with-no-warnings (temporary-file-directory))))
705 706