emacs-diffs
[Top][All Lists]
Advanced

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

master 4c9d3d199c: Fix regexp in tramp-tests.el


From: Michael Albinus
Subject: master 4c9d3d199c: Fix regexp in tramp-tests.el
Date: Mon, 25 Jul 2022 11:19:14 -0400 (EDT)

branch: master
commit 4c9d3d199c04c43d3c1b0c7c1a873f22c07dd699
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix regexp in tramp-tests.el
    
    * test/lisp/net/tramp-tests.el (tramp--test-enabled): Fix regexp
    for Tramp test files.
---
 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 f2ef520162..4524d56a9b 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]