]> code.delx.au - gnu-emacs/blobdiff - test/automated/zlib-tests.el
* lisp/emacs-lisp/package.el (package-unpack): Load before compiling
[gnu-emacs] / test / automated / zlib-tests.el
index 83ba29e2d9b145d1d79412ea5199b462337df652..c6c084dd69f8e76a9755e1749340eef45bb08787 100644 (file)
@@ -1,6 +1,6 @@
 ;;; zlib-tests.el --- Test suite for zlib.
 
-;; Copyright (C) 2013-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Ingebrigtsen <larsi@gnus.org>
 
@@ -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"))))