aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index dba553a2c5e..129bc1d65da 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4072,10 +4072,7 @@ Since it unloads Tramp, it shall be the last test to run."
4072 (not (string-match "unload-hook$" (symbol-name x))) 4072 (not (string-match "unload-hook$" (symbol-name x)))
4073 (consp (symbol-value x)) 4073 (consp (symbol-value x))
4074 (ignore-errors (all-completions "tramp" (symbol-value x))) 4074 (ignore-errors (all-completions "tramp" (symbol-value x)))
4075 (ert-fail (format "Hook `%s' still contains Tramp function" x))))) 4075 (ert-fail (format "Hook `%s' still contains Tramp function" x)))))))
4076 ;; The advice on `interrupt-process' shall be removed.
4077 (should-not
4078 (advice-member-p 'tramp-advice-interrupt-process 'interrupt-process))))
4079 4076
4080;; TODO: 4077;; TODO:
4081 4078