1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

* automated/tramp-tests.el (tramp-test30-special-characters):

Remove test for backslash.
This commit is contained in:
Michael Albinus 2014-04-22 09:50:58 +02:00
parent 9c10436944
commit 84b2095cba
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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;"