Adapt Tramp test
* test/lisp/net/tramp-tests.el (tramp-test33-environment-variables): Adapt test.
This commit is contained in:
parent
d1a2c2edc2
commit
31cae9d9d6
1 changed files with 3 additions and 1 deletions
|
@ -6073,7 +6073,9 @@ INPUT, if non-nil, is a string sent to the process."
|
|||
;; Unset the variable.
|
||||
(let ((tramp-remote-process-environment
|
||||
(cons (concat envvar "=foo") tramp-remote-process-environment)))
|
||||
;; Set the initial value, we want to unset below.
|
||||
;; Refill the cache; we don't want to run into timeouts.
|
||||
(file-truename default-directory)
|
||||
;; Check the initial value, we want to unset below.
|
||||
(should
|
||||
(string-match-p
|
||||
"foo"
|
||||
|
|
Loading…
Add table
Reference in a new issue