Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4cd6d773
Commit
4cd6d773
authored
Dec 25, 2014
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* automated/tramp-tests.el (tramp-test17-insert-directory): Do not
expect a given order of "." and "..".
parent
a41d07b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
test/ChangeLog
test/ChangeLog
+5
-0
test/automated/tramp-tests.el
test/automated/tramp-tests.el
+6
-1
No files found.
test/ChangeLog
View file @
4cd6d773
2014-12-25 Michael Albinus <michael.albinus@gmx.de>
* automated/tramp-tests.el (tramp-test17-insert-directory): Do not
expect a given order of "." and "..".
2014-12-22 Fabián Ezequiel Gallina <fgallina@gnu.org>
* automated/python-tests.el (python-indent-electric-colon-2)
...
...
test/automated/tramp-tests.el
View file @
4cd6d773
...
...
@@ -953,7 +953,12 @@ This tests also `file-directory-p' and `file-accessible-directory-p'."
(
goto-char
(
point-min
))
(
should
(
looking-at-p
"\\(total.+[[:digit:]]+\n\\)?.+ \\.\n.+ \\.\\.\n.+ foo$"
))))
(
concat
;; There might be a summary line.
"\\(total.+[[:digit:]]+\n\\)?"
;; We don't know in which order "." and ".." appear.
"\\(.+ \\.?\\.\n\\)\\{2\\}"
".+ foo$"
)))))
(
ignore-errors
(
delete-directory
tmp-name1
'recursive
)))))
(
ert-deftest
tramp-test18-file-attributes
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment