From: Yann Collet Date: Wed, 1 Dec 2021 23:10:55 +0000 (-0800) Subject: reduce storage requirement X-Git-Tag: v1.5.1~1^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d578763d957a3272cf7365bf8ec839660dd285;p=thirdparty%2Fzstd.git reduce storage requirement 51 MB seems excessive for CI storate and considering the nature of the test. (note : maybe we should consider using `/tmp` for files generated during tests, as tmpfs is typically using RAM, thus preserving storage.) --- diff --git a/tests/playTests.sh b/tests/playTests.sh index b6028e7b5..83b0cd438 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -714,7 +714,7 @@ test -f tmp3 test -f tmp4 println "test : survive the list of files with too long filenames (--filelist=FILE)" -datagen -g51M > tmp_badList +datagen -g5M > tmp_badList zstd -f --filelist=tmp_badList && die "should have failed : file name length is too long" println "test : survive a list of files which is text garbage (--filelist=FILE)"