diff options
Diffstat (limited to 'src/zstd/tests/gzip/init.cfg')
-rw-r--r-- | src/zstd/tests/gzip/init.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zstd/tests/gzip/init.cfg b/src/zstd/tests/gzip/init.cfg new file mode 100644 index 000000000..901209cea --- /dev/null +++ b/src/zstd/tests/gzip/init.cfg @@ -0,0 +1,5 @@ +# This file is sourced by init.sh, *before* its initialization. + +# This goes hand in hand with the "exec 9>&2;" in Makefile.am's +# TESTS_ENVIRONMENT definition. +stderr_fileno_=9 |