diff options
| author | Juri Linkov | 2019-02-03 23:00:29 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-02-03 23:00:29 +0200 |
| commit | 4633b0ef3ff7fc8ac013e4236edf782fb3cadfb4 (patch) | |
| tree | 86b978e4f2cd9f5fc9c6620a24b015856b004b0d /test/data | |
| parent | b32ac17c32486d8fce0fb9ecd5e09fe324448d3d (diff) | |
| download | emacs-4633b0ef3ff7fc8ac013e4236edf782fb3cadfb4.tar.gz emacs-4633b0ef3ff7fc8ac013e4236edf782fb3cadfb4.zip | |
* lisp/tar-mode.el (tar-extract): Call tar--try-jka-compr (bug#34251)
* lisp/tar-mode.el (tar--try-jka-compr): New function copied from
archive-try-jka-compr.
* lisp/arc-mode.el (archive-try-jka-compr): Set buffer-multibyte to t
instead of let-binding coding-system-for-read to 'no-conversion.
* test/data/decompress/tg.tar.gz:
* test/data/decompress/zg.zip: New fixtures.
* test/lisp/arc-mode-tests.el (arc-mode-test-zip-extract-gz):
* test/lisp/tar-mode-tests.el (tar-mode-test-tar-extract-gz): New tests.
* test/lisp/vc/diff-mode-tests.el (diff-mode-test-font-lock)
(diff-mode-test-font-lock-syntax-one-line): Skip unless shell and
diff executables are found.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/decompress/tg.tar.gz | bin | 0 -> 150 bytes |
| -rw-r--r-- | test/data/decompress/zg.zip | bin | 0 -> 182 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/data/decompress/tg.tar.gz b/test/data/decompress/tg.tar.gz new file mode 100644 index 00000000000..3dc8185f56e --- /dev/null +++ b/test/data/decompress/tg.tar.gz | |||
| Binary files differ | |||
diff --git a/test/data/decompress/zg.zip b/test/data/decompress/zg.zip new file mode 100644 index 00000000000..c4c998ee63d --- /dev/null +++ b/test/data/decompress/zg.zip | |||
| Binary files differ | |||