From: Michael Albinus Date: Sun, 17 Nov 2024 10:37:10 +0000 (+0100) Subject: ; Fix last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e8a9355b5a38bf3ac2092fdbc7e27c0f5ae966f;p=emacs.git ; Fix last change (cherry picked from commit b6181c9ec9f7dcbb1c5657537ccc52dc7a3bf6ac) --- 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)