mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
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. |
||
|---|---|---|
| .. | ||
| generate_res.bat | ||
| verrsrc.h | ||
| zstd.rc | ||
| zstd32.res | ||
| zstd64.res | ||