fixed asan warning

This commit is contained in:
Yann Collet
2015-12-18 02:51:14 +01:00
parent 17d188fa38
commit 6a4583542a
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -39,9 +39,12 @@ echo frame concatenation test completed
echo "**** flush write error test **** "
echo "echo foo | $ZSTD > /dev/full"
echo foo | $ZSTD > /dev/full && die "write error not detected!"
echo "echo foo | $ZSTD | $ZSTD -d > /dev/full"
echo foo | $ZSTD | $ZSTD -d > /dev/full && die "write error not detected!"
echo "*** dictionary tests *** "
./datagen > tmpDict