aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2014-06-02 20:38:22 +0200
committerMichael Albinus <[email protected]>2014-06-02 20:38:22 +0200
commit2589f32c612bee1ad1a63d33f22b4781c64a23f1 (patch)
treeb44332172902fefa221894dce8a88779fd6ff4f9 /test
parente915914b937f0190d77fc1490dfd7b543dd3c217 (diff)
* test/automated/tramp-tests.el (tramp-test29-vc-registered):
Remove instrumentation.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog2
-rw-r--r--test/automated/tramp-tests.el8
2 files changed, 2 insertions, 8 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 5c5017c882..b6b3dd379a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,7 +1,7 @@
2014-06-02 Michael Albinus <[email protected]>
* 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 <[email protected]>
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index 349a6ad038..128a114d66 100644
--- a/test/automated/tramp-tests.el
+++ b/test/automated/tramp-tests.el
@@ -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."