projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9d3d1
)
; * test/lisp/net/tramp-tests.el (tramp--test-enabled): fix regexp
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 25 Jul 2022 16:08:47 +0000
(18:08 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 25 Jul 2022 16:08:47 +0000
(18:08 +0200)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 4524d56a9bfd47951c015404d5a8bb761243d775..784ef93f5b7731f5bf96d478b152ceca4a11c6d7 100644
(file)
--- 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)