~vcs-imports-ii/pspp/master

Viewing all changes in revision 6014.

  • Committer: Ben Pfaff
  • Date: 2020-08-02 22:48:27 UTC
  • Revision ID: git-v1:cd1c414d08fcfa3ff569a9d29611e6db041a6afb
tests: More character encoding issues on command line.

Unix-like systems don't have a command-line encoding, so we can pass
whatever bytes we want.  mingw uses some particular encoding for
command line arguments, so this screws up trying to pass UTF-8 in.  This
commit side-steps the problem by passing only ASCII characters on the
command line and making the test program decode the bytes.

This fixes several test failures under mingw.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: