Remove test for backslash.
+2014-04-22 Michael Albinus <michael.albinus@gmx.de>
+
+ * automated/tramp-tests.el (tramp-test30-special-characters):
+ Remove test for backslash.
+
2014-04-20 Michael Albinus <michael.albinus@gmx.de>
* automated/tramp-tests.el
"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%"
"?foo?bar?baz?"
"*foo*bar*baz*"
"'foo\"bar'baz\""
- "\\foo\\bar\\baz\\"
"#foo#bar#baz#"
"!foo|bar!baz|"
":foo;bar:baz;"