From 91e02dde5fefbba87dc4736df40cfaeec2c088c1 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 20 May 2024 09:22:10 +0300 Subject: 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. --- test/data/decompress/tzg.tar.gz | Bin 0 -> 255 bytes test/data/decompress/ztg.zip | Bin 0 -> 316 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/data/decompress/tzg.tar.gz create mode 100644 test/data/decompress/ztg.zip (limited to 'test/data') diff --git a/test/data/decompress/tzg.tar.gz b/test/data/decompress/tzg.tar.gz new file mode 100644 index 00000000000..611f543688e Binary files /dev/null and b/test/data/decompress/tzg.tar.gz differ diff --git a/test/data/decompress/ztg.zip b/test/data/decompress/ztg.zip new file mode 100644 index 00000000000..5f4aea4c8dc Binary files /dev/null and b/test/data/decompress/ztg.zip differ -- cgit v1.2.1