aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/net')
-rw-r--r--test/lisp/net/tramp-tests.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 4a74e8b78df..8c67687e32c 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5352,8 +5352,9 @@ process sentinels. They shall not disturb each other."
5352 (string-match 5352 (string-match
5353 (format 5353 (format
5354 "Loading %s" 5354 "Loading %s"
5355 (expand-file-name 5355 (regexp-quote
5356 "tramp-cmds" (file-name-directory (locate-library "tramp")))) 5356 (expand-file-name
5357 "tramp-cmds" (file-name-directory (locate-library "tramp")))))
5357 (shell-command-to-string 5358 (shell-command-to-string
5358 (format 5359 (format
5359 "%s -batch -Q -L %s -l tramp-sh --eval %s" 5360 "%s -batch -Q -L %s -l tramp-sh --eval %s"