aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/automated/data/decompress/foo.gz (renamed from test/automated/data/decompress/foo-gzipped)bin30 -> 30 bytes
-rw-r--r--test/automated/zlib-tests.el2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/data/decompress/foo-gzipped b/test/automated/data/decompress/foo.gz
index a68653fcbb9..a68653fcbb9 100644
--- a/test/automated/data/decompress/foo-gzipped
+++ b/test/automated/data/decompress/foo.gz
Binary files differ
diff --git a/test/automated/zlib-tests.el b/test/automated/zlib-tests.el
index 671860182a1..c6c084dd69f 100644
--- a/test/automated/zlib-tests.el
+++ b/test/automated/zlib-tests.el
@@ -35,7 +35,7 @@
35 (with-temp-buffer 35 (with-temp-buffer
36 (set-buffer-multibyte nil) 36 (set-buffer-multibyte nil)
37 (insert-file-contents-literally 37 (insert-file-contents-literally
38 (expand-file-name "foo-gzipped" zlib-tests-data-directory)) 38 (expand-file-name "foo.gz" zlib-tests-data-directory))
39 (zlib-decompress-region (point-min) (point-max)) 39 (zlib-decompress-region (point-min) (point-max))
40 (buffer-string)) 40 (buffer-string))
41 "foo\n")))) 41 "foo\n"))))