]> git.eshelyaron.com Git - emacs.git/commit
New tests for nested archives (bug#70987)
authorJuri Linkov <juri@linkov.net>
Mon, 20 May 2024 06:22:10 +0000 (09:22 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:44:56 +0000 (09:44 +0200)
commit5463dfca51da967e3cccb2e55553437eefce7ad1
tree121ddeaf9fc7fbf8d08bad27a67cd48ff2c1a71f
parent395574095472ab74fb2e99c898e7a155c6c86416
New tests for nested archives (bug#70987)

* test/lisp/tar-mode-tests.el (tar-mode-test-tar-extract-zip-and-gz):
* test/lisp/arc-mode-tests.el (arc-mode-test-zip-extract-tar-and-gz):
New tests.
* test/data/decompress/tzg.tar.gz:
* test/data/decompress/ztg.zip:
New data files to test decompressing of different combinations
of nested tar and zip archives.

(cherry picked from commit 91e02dde5fefbba87dc4736df40cfaeec2c088c1)
test/data/decompress/tzg.tar.gz [new file with mode: 0644]
test/data/decompress/ztg.zip [new file with mode: 0644]
test/lisp/arc-mode-tests.el
test/lisp/tar-mode-tests.el