branch: externals/tramp-hlo
commit c57869cea78d72c2190fe6771f7609b4c18e19d5
Author: Joe Sadusk <[email protected]>
Commit: Joe Sadusk <[email protected]>

    Call updated setup and remove
---
 tramp-hlo-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tramp-hlo-tests.el b/tramp-hlo-tests.el
index 3f05b3668a..9f03eb2206 100644
--- a/tramp-hlo-tests.el
+++ b/tramp-hlo-tests.el
@@ -86,13 +86,13 @@ The result must be equal."
           :before (symbol-function hlo-fun) #'tramp-hlo--test-advice-function)
          ;; Check result w/o tramp-hlo.
          (ert-with-message-capture captured-messages
-           (remove-tramp-hlo)
+           (tramp-hlo-remove)
            (setq expected (apply fun args))
            (should-not
             (string-match-p "tramp-hlo been here" captured-messages)))
          ;; Check result with tramp-hlo.
          (ert-with-message-capture captured-messages
-           (setup-tramp-hlo)
+           (tramp-hlo-setup)
            (setq received (apply fun args))
            (should (string-match-p "tramp-hlo been here" captured-messages)))
          ;; Compare results.

Reply via email to