Delete .tar.gz temp file after tramp test
* test/lisp/net/tramp-tests.el () (tramp-test45-dired-compress-dir): Delete the temp file (bug#51690).
This commit is contained in:
parent
0b7293a788
commit
81535cd878
1 changed files with 2 additions and 1 deletions
|
@ -7029,7 +7029,8 @@ process sentinels. They shall not disturb each other."
|
|||
(should (string= (concat tmp-name ".tar.gz") (dired-get-filename)))
|
||||
(should-not (dired-compress))
|
||||
(should (string= tmp-name (dired-get-filename)))
|
||||
(delete-directory tmp-name)))
|
||||
(delete-directory tmp-name)
|
||||
(delete-file (concat tmp-name ".tar.gz"))))
|
||||
|
||||
;; This test is inspired by Bug#29163.
|
||||
(ert-deftest tramp-test46-auto-load ()
|
||||
|
|
Loading…
Add table
Reference in a new issue