emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0f9c28f008: ; * test/lisp/net/tramp-tests.el (tramp--test-enabled


From: Mattias Engdegård
Subject: master 0f9c28f008: ; * test/lisp/net/tramp-tests.el (tramp--test-enabled): fix regexp
Date: Mon, 25 Jul 2022 12:09:33 -0400 (EDT)

branch: master
commit 0f9c28f00879e86713350a5bbff1f6f158874273
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * test/lisp/net/tramp-tests.el (tramp--test-enabled): fix regexp
---
 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 4524d56a9b..784ef93f5b 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -204,7 +204,7 @@ being the result.")
     ;; Remove old test files.
     (dolist (dir `(,temporary-file-directory
                   ,ert-remote-temporary-file-directory))
-      (dolist (file (directory-files dir 'full "^\\(\\.#\\)?tramp-test"))
+      (dolist (file (directory-files dir 'full "\\`\\(\\.#\\)?tramp-test"))
        (ignore-errors
          (if (file-directory-p file)
              (delete-directory file 'recursive)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]