diff options
Diffstat (limited to 'test-suite/tests/coding.test')
-rw-r--r-- | test-suite/tests/coding.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/tests/coding.test b/test-suite/tests/coding.test index 4152af86a..0a15d93de 100644 --- a/test-suite/tests/coding.test +++ b/test-suite/tests/coding.test @@ -1,6 +1,6 @@ ;;;; coding.test --- test suite for coding declarations. -*- mode: scheme -*- ;;;; -;;;; Copyright (C) 2011 Free Software Foundation, Inc. +;;;; Copyright (C) 2011, 2013 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -40,7 +40,7 @@ ;; relies on the opportunistic filling of the input buffer, which ;; doesn't happen after a seek. (let* ((port (open-input-file name)) - (res (port-encoding port))) + (res (file-encoding port))) (close-port port) res)))) |