]> git.eshelyaron.com Git - emacs.git/commitdiff
* automated/tramp-tests.el (tramp-test30-special-characters):
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Apr 2014 07:50:58 +0000 (09:50 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Apr 2014 07:50:58 +0000 (09:50 +0200)
Remove test for backslash.

test/ChangeLog
test/automated/tramp-tests.el

index 0a9872ba1db83a842f5c120c44aa81480b5e4401..cf42099e3d337f2a33841ac27ee61c26fedc0b23 100644 (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
index f5ba59a02b66b66c63bf4c6fdb19b94927d9f357..372b00de35a82e82c5d91ef760b127436cd8432c 100644 (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;"