emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 795bb23: * test/lisp/net/tramp-tests.el (tramp-te


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 795bb23: * test/lisp/net/tramp-tests.el (tramp-test16-file-expand-wildcards):
Date: Mon, 6 Nov 2017 18:51:01 -0500 (EST)

branch: emacs-26
commit 795bb233a5451d506826a912025d9fd313625920
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/net/tramp-tests.el (tramp-test16-file-expand-wildcards):
    Clean up properly.
---
 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 8eedfd7..5a7134f 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2290,7 +2290,7 @@ This tests also `file-directory-p' and 
`file-accessible-directory-p'."
 
        ;; Cleanup.
        (ignore-errors
-         (delete-directory tmp-name1))))))
+         (delete-directory tmp-name1 'recursive))))))
 
 (ert-deftest tramp-test17-insert-directory ()
   "Check `insert-directory'."



reply via email to

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