diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-10-12 12:20:55 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-10-12 12:20:55 +0200 |
commit | 15ed1598b5e8aacea2825e6144cb3cce35101134 (patch) | |
tree | 97db026ac9715dc5646d0edd5b6ee56ee0325862 /test/lisp/net/tramp-archive-tests.el | |
parent | 251c215f65d8af010b1b73d171edac179e3b5da5 (diff) | |
download | emacs-15ed1598b5e8aacea2825e6144cb3cce35101134.tar.gz |
Adapt some Tramp tests
* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test17-insert-directory): Adapt regexp of summary line.
* test/lisp/net/tramp-tests.el (tramp-test21-file-links):
Extend test for symlinked directories.
Diffstat (limited to 'test/lisp/net/tramp-archive-tests.el')
-rw-r--r-- | test/lisp/net/tramp-archive-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index 02fe8edf271..00d3b4a478a 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el @@ -569,7 +569,7 @@ This checks also `file-name-as-directory', `file-name-directory', (looking-at-p (concat ;; There might be a summary line. - "\\(total.+[[:digit:]]+\n\\)?" + "\\(total.+[[:digit:]]+ ?[kKMGTPEZY]?i?B?\n\\)?" ;; We don't know in which order the files appear. (format "\\(.+ %s\\( ->.+\\)?\n\\)\\{%d\\}" |