]> code.delx.au - gnu-emacs/blobdiff - test/automated/zlib-tests.el
Add the missing test case for the previous patch
[gnu-emacs] / test / automated / zlib-tests.el
index 671860182a1236ca5ce290c7302c284d1732cc81..7ece58d97c904f2df92814adee0411165bf0c56a 100644 (file)
@@ -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 <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"))))