diff options
| author | Eli Zaretskii | 2025-04-24 16:22:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-04-24 16:22:13 +0300 |
| commit | e38401e71bddaa16b6de4783fb90e75955faba38 (patch) | |
| tree | aa02ced8bb8efa21dfe446b193dfdace4eb0f782 /test | |
| parent | d74cbf0519edff34f334b62b4f163e98d51336e0 (diff) | |
| download | emacs-e38401e71bddaa16b6de4783fb90e75955faba38.tar.gz emacs-e38401e71bddaa16b6de4783fb90e75955faba38.zip | |
; * test/lisp/arc-mode-tests.el ("7z"): Fix 7z entry.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/arc-mode-tests.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/lisp/arc-mode-tests.el b/test/lisp/arc-mode-tests.el index f6c84db1ad8..51e8a5eba3f 100644 --- a/test/lisp/arc-mode-tests.el +++ b/test/lisp/arc-mode-tests.el | |||
| @@ -133,7 +133,10 @@ member MEMBER. Then the test finds ARCHIVE and ensures that function | |||
| 133 | 133 | ||
| 134 | (define-arc-mode-test-on-type "ar" '("ar" "q") "a" 'ar) | 134 | (define-arc-mode-test-on-type "ar" '("ar" "q") "a" 'ar) |
| 135 | 135 | ||
| 136 | (define-arc-mode-test-on-type "7z" '("7za" "a") "7z" '7z) | 136 | (define-arc-mode-test-on-type "7z" (list (if (eq system-type 'windows-nt) |
| 137 | "7z" "7za") | ||
| 138 | "a") | ||
| 139 | "7z" '7z) | ||
| 137 | 140 | ||
| 138 | (ert-deftest arc-mode-test-zip-ensure-ext () | 141 | (ert-deftest arc-mode-test-zip-ensure-ext () |
| 139 | "Regression test for bug#61326." | 142 | "Regression test for bug#61326." |