From: Glenn Morris Date: Mon, 6 Nov 2017 23:50:53 +0000 (-0500) Subject: * test/lisp/net/tramp-tests.el (tramp-test16-file-expand-wildcards): X-Git-Tag: emacs-26.0.91~360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=795bb233a5451d506826a912025d9fd313625920;p=emacs.git * test/lisp/net/tramp-tests.el (tramp-test16-file-expand-wildcards): Clean up properly. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 8eedfd72094..5a7134f5f53 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'."