*** /tmp/ediffXcGrD5 2020-08-27 20:40:26.734079740 +0200 --- /home/albinus/src/emacs/test/lisp/net/tramp-tests.el 2020-08-27 20:39:36.956789137 +0200 *************** *** 2024,2029 **** --- 2024,2030 ---- "Check `substitute-in-file-name'." (skip-unless (eq tramp-syntax 'default)) + (tramp--test-instrument-test-case 11 ;; Suppress method name check. (let ((tramp-methods (cons '("method") tramp-methods))) (should *************** *** 2115,2121 **** (should (string-equal (substitute-in-file-name "/method:host:/:/path/$$FOO") ! "/method:host:/:/path/$$FOO"))))) (ert-deftest tramp-test05-expand-file-name () "Check `expand-file-name'." --- 2116,2122 ---- (should (string-equal (substitute-in-file-name "/method:host:/:/path/$$FOO") ! "/method:host:/:/path/$$FOO")))))) (ert-deftest tramp-test05-expand-file-name () "Check `expand-file-name'."