projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa91b2
)
Fix tar-mode-test-tar-extract-zip-and-gz
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 28 May 2024 11:23:12 +0000
(13:23 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 28 May 2024 11:23:12 +0000
(13:23 +0200)
* test/lisp/tar-mode-tests.el (tar-mode-test-tar-extract-zip-and-gz):
Check also for "unzip" executable.
test/lisp/tar-mode-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/tar-mode-tests.el
b/test/lisp/tar-mode-tests.el
index bafe575fdda2c3f56bdbcb04660496f3a2b8ef57..d2f1978b314419805caecf3dbc98c042779d5f6e 100644
(file)
--- a/
test/lisp/tar-mode-tests.el
+++ b/
test/lisp/tar-mode-tests.el
@@
-48,6
+48,7
@@
(ert-deftest tar-mode-test-tar-extract-zip-and-gz ()
(skip-unless (executable-find "gzip"))
+ (skip-unless (executable-find "unzip"))
(require 'arc-mode)
(let* ((tar-file (expand-file-name "tzg.tar.gz" tar-mode-tests-data-directory))
tar-buffer zip-buffer gz-buffer)