test error message in multiple files mode

This commit is contained in:
Yann Collet 2015-04-16 16:45:58 +01:00
parent bce2eeb9df
commit 7644bee643

View File

@ -201,6 +201,7 @@ test-lz4-multiple: lz4 datagen
rm tmp1 tmp2 tmp3
./lz4 -df -m *.lz4
ls -ls tmp*
./lz4 -f -m tmp1 notHere tmp2; echo $$?
@rm tmp*
test-lz4: lz4 datagen test-lz4-multiple test-lz4-sparse test-lz4-contentSize test-lz4-frame-concatenation