summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-01-30 20:09:20 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-01-30 20:09:20 +0100
commit386c2ebb58c403c647a1dae1314be4b9f2071f56 (patch)
treedcf575ad9a0e21619c9ffeb102f6d065bd586e2c /test
parent3d5e31eceb9dc1fb62b2b27bcab549df3bd04ce9 (diff)
downloademacs-386c2ebb58c403c647a1dae1314be4b9f2071f56.tar.gz
Simplify last change in tramp-archive
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-archive-tests.el6
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))))