~vcs-imports-ii/pspp/master

Viewing all changes in revision 6011.

  • Committer: Ben Pfaff
  • Date: 2020-08-02 22:32:46 UTC
  • Revision ID: git-v1:2485ec45d8a8a762cea1623fd46821e1a6d55630
tests: Avoid dealing with 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: