diff options
Diffstat (limited to 'test/lisp')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 59e160c9d71..338482d2b61 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -7488,7 +7488,7 @@ process sentinels. They shall not disturb each other." | |||
| 7488 | ert-remote-temporary-file-directory))) | 7488 | ert-remote-temporary-file-directory))) |
| 7489 | (should | 7489 | (should |
| 7490 | (string-match-p | 7490 | (string-match-p |
| 7491 | (rx "Tramp loaded: t" (+ (any "\n\r"))) | 7491 | (rx "Tramp loaded: t" (+ (any "\r\n"))) |
| 7492 | (shell-command-to-string | 7492 | (shell-command-to-string |
| 7493 | (format | 7493 | (format |
| 7494 | "%s -batch -Q -L %s --eval %s" | 7494 | "%s -batch -Q -L %s --eval %s" |
| @@ -7516,9 +7516,9 @@ process sentinels. They shall not disturb each other." | |||
| 7516 | (should | 7516 | (should |
| 7517 | (string-match-p | 7517 | (string-match-p |
| 7518 | (rx | 7518 | (rx |
| 7519 | "Tramp loaded: nil" (+ (any "\n\r")) | 7519 | "Tramp loaded: nil" (+ (any "\r\n")) |
| 7520 | "Tramp loaded: nil" (+ (any "\n\r")) | 7520 | "Tramp loaded: nil" (+ (any "\r\n")) |
| 7521 | "Tramp loaded: " (literal (symbol-name tm)) (+ (any "\n\r"))) | 7521 | "Tramp loaded: " (literal (symbol-name tm)) (+ (any "\r\n"))) |
| 7522 | (shell-command-to-string | 7522 | (shell-command-to-string |
| 7523 | (format | 7523 | (format |
| 7524 | "%s -batch -Q -L %s --eval %s" | 7524 | "%s -batch -Q -L %s --eval %s" |