mirror of
https://github.com/facebook/zstd.git
synced 2025-12-07 00:02:39 -05:00
更新 playTests.sh
This commit is contained in:
parent
9ba07907c8
commit
7ce6f71c6f
@ -713,6 +713,10 @@ test -f tmp2
|
||||
test -f tmp3
|
||||
test -f tmp4
|
||||
|
||||
println "test : survive the list of files with too long filenames (--filelist=FILE)"
|
||||
datagen -g51M > 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)"
|
||||
datagen > tmp_badList
|
||||
zstd -f --filelist=tmp_badList && die "should have failed : list is text garbage"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user