Commit 319a7c5d authored by Michael Niedermayer's avatar Michael Niedermayer

tests/ffserver-regression.sh: Fix file truncation introduced in...

tests/ffserver-regression.sh: Fix file truncation introduced in 508826f9Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 8899057d
......@@ -20,7 +20,7 @@ sleep 2
if [ $(expr $file : "a-*") != 0 ]; then
wget $WGET_OPTIONS -O - http://localhost:9999/$file > ff-$file
else
wget $WGET_OPTIONS -O - http://localhost:9999/$file?date=19700101T000000Z | dd bs=1 count=20000 > ff-$file 2>/dev/null
wget $WGET_OPTIONS -O - http://localhost:9999/$file?date=19700101T000000Z | dd bs=1 count=100000 > ff-$file 2>/dev/null
fi
do_md5sum ff-$file >>ffserver.regression
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment