tests: Avoid failure based on encoding name differences.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 13 Jul 2017 03:48:16 +0000 (20:48 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 13 Jul 2017 03:48:16 +0000 (20:48 -0700)
commit642d7c051ec7a5254737108f2967942a0125663f
treecc99ff9082a1ce55aaf51c9f95b68634d271ecf3
parent854216596dc6582aebc28435c3e720bf02c38e26
tests: Avoid failure based on encoding name differences.

glibc and Mac OS X call the ASCII encoding by different names, which caused
differing output and a test failure.  This fixes the problem.

Reported by Jeremy Lavergne.
tests/data/sys-file-reader.at