Commit ee5db69e authored by Diego Biurrun's avatar Diego Biurrun

Fix 'rm -r' vs 'rm -f' typo.

Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bf925c05
......@@ -42,7 +42,7 @@ sleep 5
kill $FFMPEG_PID
kill $FFSERVER_PID
wait > /dev/null 2>&1
rm -r feed1.ffm
rm -f feed1.ffm
if $diff_cmd data/ffserver.regression "$1" ; then
echo
echo Server regression test succeeded.
......
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