Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2589f32c
Commit
2589f32c
authored
Jun 02, 2014
by
Michael Albinus
Browse files
* test/automated/tramp-tests.el (tramp-test29-vc-registered):
Remove instrumentation.
parent
e915914b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
test/ChangeLog
test/ChangeLog
+1
-1
test/automated/tramp-tests.el
test/automated/tramp-tests.el
+1
-7
No files found.
test/ChangeLog
View file @
2589f32c
2014-06-02 Michael Albinus <michael.albinus@gmx.de>
* automated/tramp-tests.el (tramp-remote-process-environment): Declare.
(tramp-test29-vc-registered): Set $BZR_HOME.
(tramp-test29-vc-registered): Set $BZR_HOME.
Remove instrumentation.
2014-06-01 Michael Albinus <michael.albinus@gmx.de>
...
...
test/automated/tramp-tests.el
View file @
2589f32c
...
...
@@ -1395,7 +1395,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(
tramp-find-foreign-file-name-handler
tramp-test-temporary-file-directory
)
'tramp-sh-file-name-handler
))
(
tramp--instrument-test-case
10
(
let*
((
default-directory
tramp-test-temporary-file-directory
)
(
tmp-name1
(
tramp--test-make-temp-name
))
(
tmp-name2
(
expand-file-name
"foo"
tmp-name1
))
...
...
@@ -1440,12 +1439,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(
list
(
file-name-nondirectory
tmp-name2
)))))
(
should
(
vc-registered
tmp-name2
)))
(
with-parsed-tramp-file-name
tramp-test-temporary-file-directory
nil
(
with-current-buffer
(
tramp-get-connection-buffer
v
)
(
message
"%s"
(
buffer-string
)))
(
with-current-buffer
(
tramp-get-debug-buffer
v
)
(
message
"%s"
(
buffer-string
))))
(
ignore-errors
(
delete-directory
tmp-name1
'recursive
))))))
(
ignore-errors
(
delete-directory
tmp-name1
'recursive
)))))
(
defun
tramp--test-check-files
(
&rest
files
)
"Runs a simple but comprehensive test over every file in FILES."
...
...
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