Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ec9f42bc
Commit
ec9f42bc
authored
Jan 23, 2019
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Instrument tramp-tests
parent
dde33727
Pipeline
#596
failed with stage
in 52 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/lisp/net/tramp-tests.el
test/lisp/net/tramp-tests.el
+2
-1
No files found.
test/lisp/net/tramp-tests.el
View file @
ec9f42bc
...
...
@@ -2251,6 +2251,7 @@ This checks also `file-name-as-directory', `file-name-directory',
"Check `copy-file'."
(
skip-unless
(
tramp--test-enabled
))
(
tramp--test-instrument-test-case
(
if
(
getenv
"EMACS_EMBA_CI"
)
10
0
)
;; `filename-non-special' has been fixed in Emacs 27.1, see Bug#29579.
(
dolist
(
quoted
(
if
(
and
(
tramp--test-expensive-test
)
(
tramp--test-emacs27-p
))
'
(
nil
t
)
'
(
nil
)))
...
...
@@ -2357,7 +2358,7 @@ This checks also `file-name-as-directory', `file-name-directory',
;; Cleanup.
(
ignore-errors
(
delete-directory
source
'recursive
))
(
ignore-errors
(
delete-directory
target
'recursive
))))))))
(
ignore-errors
(
delete-directory
target
'recursive
))))))))
)
(
ert-deftest
tramp-test12-rename-file
()
"Check `rename-file'."
...
...
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