From 4e8a9355b5a38bf3ac2092fdbc7e27c0f5ae966f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 17 Nov 2024 11:37:10 +0100 Subject: [PATCH] ; Fix last change (cherry picked from commit b6181c9ec9f7dcbb1c5657537ccc52dc7a3bf6ac) --- test/lisp/net/tramp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 38f88545841..7af8915bc67 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -277,7 +277,7 @@ being the result.") ;; trouble. (string-match-p (rx bos (literal tramp-temp-name-prefix) (| "rclone" "fuse") ".") - (file-name-nondirectory file)) + (file-name-nondirectory file))) (tramp--test-message "Delete %s" file) (if (file-directory-p file) (delete-directory file 'recursive) -- 2.39.5