aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2014-04-22 09:50:58 +0200
committerMichael Albinus2014-04-22 09:50:58 +0200
commit84b2095cba06265caac7290b1ec10b1d4cc52745 (patch)
tree6c6eb2c42d17b42d995452fe1e91551c2ca2943f /test
parent9c10436944ee2d27a19bf0220828db5dc4aeca1f (diff)
downloademacs-84b2095cba06265caac7290b1ec10b1d4cc52745.tar.gz
emacs-84b2095cba06265caac7290b1ec10b1d4cc52745.zip
* automated/tramp-tests.el (tramp-test30-special-characters):
Remove test for backslash.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/tramp-tests.el6
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 @@
12014-04-22 Michael Albinus <michael.albinus@gmx.de>
2
3 * automated/tramp-tests.el (tramp-test30-special-characters):
4 Remove test for backslash.
5
12014-04-20 Michael Albinus <michael.albinus@gmx.de> 62014-04-20 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * automated/tramp-tests.el 8 * 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'."
1464 "Check special characters in file names." 1464 "Check special characters in file names."
1465 (skip-unless (tramp--test-enabled)) 1465 (skip-unless (tramp--test-enabled))
1466 1466
1467 ;; Newlines and slashes in file names are not supported. So we don't test. 1467 ;; Newlines, slashes and backslashes in file names are not supported.
1468 ;; So we don't test.
1468 (tramp--test-check-files 1469 (tramp--test-check-files
1469 " foo bar\tbaz " 1470 " foo\tbar baz\t"
1470 "$foo$bar$$baz$" 1471 "$foo$bar$$baz$"
1471 "-foo-bar-baz-" 1472 "-foo-bar-baz-"
1472 "%foo%bar%baz%" 1473 "%foo%bar%baz%"
@@ -1474,7 +1475,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
1474 "?foo?bar?baz?" 1475 "?foo?bar?baz?"
1475 "*foo*bar*baz*" 1476 "*foo*bar*baz*"
1476 "'foo\"bar'baz\"" 1477 "'foo\"bar'baz\""
1477 "\\foo\\bar\\baz\\"
1478 "#foo#bar#baz#" 1478 "#foo#bar#baz#"
1479 "!foo|bar!baz|" 1479 "!foo|bar!baz|"
1480 ":foo;bar:baz;" 1480 ":foo;bar:baz;"