From: Glenn Morris Date: Sun, 10 Dec 2017 03:17:18 +0000 (-0800) Subject: * test/lisp/net/tramp-archive-tests.el X-Git-Tag: emacs-27.0.90~6059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94179453039a23b7f2aefa990e317f72a3df03d5;p=emacs.git * test/lisp/net/tramp-archive-tests.el (tramp-archive-test06-directory-file-name): Add skip condition. --- diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index bbe7d4c9aad..2c9f56e47c7 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el @@ -205,6 +205,7 @@ variables, so we check the Emacs version directly." "Check `directory-file-name'. This checks also `file-name-as-directory', `file-name-directory', `file-name-nondirectory' and `unhandled-file-name-directory'." + (skip-unless tramp-gvfs-enabled) (should (string-equal (directory-file-name "/foo.tar/path/to/file") "/foo.tar/path/to/file"))