X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/db4613576d3115aa320f0293d081ce98baa06acd..100346aa226e4eacc56f390c099bb9aab585b5f4:/test/automated/zlib-tests.el diff --git a/test/automated/zlib-tests.el b/test/automated/zlib-tests.el index 671860182a..7ece58d97c 100644 --- a/test/automated/zlib-tests.el +++ b/test/automated/zlib-tests.el @@ -1,6 +1,6 @@ ;;; zlib-tests.el --- Test suite for zlib. -;; Copyright (C) 2013-2015 Free Software Foundation, Inc. +;; Copyright (C) 2013-2016 Free Software Foundation, Inc. ;; Author: Lars Ingebrigtsen @@ -35,7 +35,7 @@ (with-temp-buffer (set-buffer-multibyte nil) (insert-file-contents-literally - (expand-file-name "foo-gzipped" zlib-tests-data-directory)) + (expand-file-name "foo.gz" zlib-tests-data-directory)) (zlib-decompress-region (point-min) (point-max)) (buffer-string)) "foo\n"))))