From 84b2095cba06265caac7290b1ec10b1d4cc52745 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 22 Apr 2014 09:50:58 +0200 Subject: [PATCH] * automated/tramp-tests.el (tramp-test30-special-characters): Remove test for backslash. --- test/ChangeLog | 5 +++++ test/automated/tramp-tests.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/test/ChangeLog b/test/ChangeLog index 0a9872ba1db..cf42099e3d3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Michael Albinus + + * automated/tramp-tests.el (tramp-test30-special-characters): + Remove test for backslash. + 2014-04-20 Michael Albinus * automated/tramp-tests.el diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index f5ba59a02b6..372b00de35a 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el @@ -1464,9 +1464,10 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." "Check special characters in file names." (skip-unless (tramp--test-enabled)) - ;; Newlines and slashes in file names are not supported. So we don't test. + ;; Newlines, slashes and backslashes in file names are not supported. + ;; So we don't test. (tramp--test-check-files - " foo bar\tbaz " + " foo\tbar baz\t" "$foo$bar$$baz$" "-foo-bar-baz-" "%foo%bar%baz%" @@ -1474,7 +1475,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." "?foo?bar?baz?" "*foo*bar*baz*" "'foo\"bar'baz\"" - "\\foo\\bar\\baz\\" "#foo#bar#baz#" "!foo|bar!baz|" ":foo;bar:baz;" -- 2.11.4.GIT