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
24f11003
Commit
24f11003
authored
Jan 24, 2019
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Remove tramp-tests instrumentation
parent
f3f9a358
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
test/lisp/net/tramp-tests.el
test/lisp/net/tramp-tests.el
+2
-4
No files found.
test/lisp/net/tramp-tests.el
View file @
24f11003
...
...
@@ -3806,7 +3806,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(
skip-unless
(
tramp--test-enabled
))
(
skip-unless
(
tramp--test-sh-p
))
(
tramp--test-instrument-test-case
10
(
dolist
(
quoted
(
if
(
tramp--test-expensive-test
)
'
(
nil
t
)
'
(
nil
)))
(
let
((
default-directory
tramp-test-temporary-file-directory
)
(
tmp-name
(
tramp--test-make-temp-name
nil
quoted
))
...
...
@@ -3864,7 +3863,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(
should
(
string-equal
(
buffer-string
)
"foo"
)))
;; Cleanup.
(
ignore-errors
(
delete-process
proc
))))))
)
(
ignore-errors
(
delete-process
proc
))))))
(
ert-deftest
tramp-test30-make-process
()
"Check `make-process'."
...
...
@@ -3873,7 +3872,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(
skip-unless
(
tramp--test-sh-p
))
(
skip-unless
(
tramp--test-emacs27-p
))
(
tramp--test-instrument-test-case
10
(
dolist
(
quoted
(
if
(
tramp--test-expensive-test
)
'
(
nil
t
)
'
(
nil
)))
(
let
((
default-directory
tramp-test-temporary-file-directory
)
(
tmp-name
(
tramp--test-make-temp-name
nil
quoted
))
...
...
@@ -3990,7 +3988,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
;; Cleanup.
(
ignore-errors
(
delete-process
proc
))
(
ignore-errors
(
kill-buffer
stderr
)))))))
)
(
ignore-errors
(
kill-buffer
stderr
)))))))
(
ert-deftest
tramp-test31-interrupt-process
()
"Check `interrupt-process'."
...
...
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