diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/net/tramp-archive-tests.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index 82dd5de8b9a..ecfee0c556c 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el @@ -186,11 +186,7 @@ variables, so we check the Emacs version directly." (file-name-nondirectory tramp-archive-test-file-archive))))) (should-not port) (should (string-equal localname "/bar")) - ;; The `archive' component is now already a Tramp file name. - (should - (string-equal - archive - (tramp-archive-gvfs-file-name tramp-archive-test-file-archive)))) + (should (string-equal archive tramp-archive-test-file-archive))) ;; Cleanup. (tramp-archive-cleanup-hash)))) |