aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/net/tramp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 9278c2254b8..c9532f54b7c 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -3806,7 +3806,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
3806 (skip-unless (tramp--test-enabled)) 3806 (skip-unless (tramp--test-enabled))
3807 (skip-unless (tramp--test-sh-p)) 3807 (skip-unless (tramp--test-sh-p))
3808 3808
3809 (tramp--test-instrument-test-case 0 3809 (tramp--test-instrument-test-case 10
3810 (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) 3810 (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
3811 (let ((default-directory tramp-test-temporary-file-directory) 3811 (let ((default-directory tramp-test-temporary-file-directory)
3812 (tmp-name (tramp--test-make-temp-name nil quoted)) 3812 (tmp-name (tramp--test-make-temp-name nil quoted))
@@ -3873,7 +3873,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
3873 (skip-unless (tramp--test-sh-p)) 3873 (skip-unless (tramp--test-sh-p))
3874 (skip-unless (tramp--test-emacs27-p)) 3874 (skip-unless (tramp--test-emacs27-p))
3875 3875
3876 (tramp--test-instrument-test-case 0 3876 (tramp--test-instrument-test-case 10
3877 (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) 3877 (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
3878 (let ((default-directory tramp-test-temporary-file-directory) 3878 (let ((default-directory tramp-test-temporary-file-directory)
3879 (tmp-name (tramp--test-make-temp-name nil quoted)) 3879 (tmp-name (tramp--test-make-temp-name nil quoted))