zstd/programs/windres
Yann Collet ae1d6bd48e fixed playTests.sh for minGW
On Windows, the equivalent of `/dev/null` is `NUL`.
When tests are run under msys2/minGW,
the environment identifies itself as Windows,
hence the script uses `NUL` instead of `/dev/null`
but the environment will consider `NUL` to be a regular file name.
Consequently, `NUL` will be overwritten during tests,
triggering an error.

This patch uses flag `-f` to force such overwrite
passing the test.
2018-12-26 15:19:09 -08:00
..
generate_res.bat improved MSYS support 2016-12-08 10:49:59 +01:00
verrsrc.h generate_res moved to programs/windres 2016-10-28 13:16:06 +02:00
zstd.rc generate_res moved to programs/windres 2016-10-28 13:16:06 +02:00
zstd32.res fixed playTests.sh for minGW 2018-12-26 15:19:09 -08:00
zstd64.res fixed playTests.sh for minGW 2018-12-26 15:19:09 -08:00