mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; * test/lisp/arc-mode-tests.el ("7z"): Fix 7z entry.
This commit is contained in:
parent
d74cbf0519
commit
e38401e71b
1 changed files with 4 additions and 1 deletions
|
|
@ -133,7 +133,10 @@ member MEMBER. Then the test finds ARCHIVE and ensures that function
|
|||
|
||||
(define-arc-mode-test-on-type "ar" '("ar" "q") "a" 'ar)
|
||||
|
||||
(define-arc-mode-test-on-type "7z" '("7za" "a") "7z" '7z)
|
||||
(define-arc-mode-test-on-type "7z" (list (if (eq system-type 'windows-nt)
|
||||
"7z" "7za")
|
||||
"a")
|
||||
"7z" '7z)
|
||||
|
||||
(ert-deftest arc-mode-test-zip-ensure-ext ()
|
||||
"Regression test for bug#61326."
|
||||
|
|
|
|||
Loading…
Reference in a new issue