aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 51980e335e7..16afc0f477a 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -6073,7 +6073,9 @@ INPUT, if non-nil, is a string sent to the process."
6073 ;; Unset the variable. 6073 ;; Unset the variable.
6074 (let ((tramp-remote-process-environment 6074 (let ((tramp-remote-process-environment
6075 (cons (concat envvar "=foo") tramp-remote-process-environment))) 6075 (cons (concat envvar "=foo") tramp-remote-process-environment)))
6076 ;; Set the initial value, we want to unset below. 6076 ;; Refill the cache; we don't want to run into timeouts.
6077 (file-truename default-directory)
6078 ;; Check the initial value, we want to unset below.
6077 (should 6079 (should
6078 (string-match-p 6080 (string-match-p
6079 "foo" 6081 "foo"