Skip to content
Snippets Groups Projects
Commit ee5db69e authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bf925c05
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ sleep 5 ...@@ -42,7 +42,7 @@ sleep 5
kill $FFMPEG_PID kill $FFMPEG_PID
kill $FFSERVER_PID kill $FFSERVER_PID
wait > /dev/null 2>&1 wait > /dev/null 2>&1
rm -r feed1.ffm rm -f feed1.ffm
if $diff_cmd data/ffserver.regression "$1" ; then if $diff_cmd data/ffserver.regression "$1" ; then
echo echo
echo Server regression test succeeded. echo Server regression test succeeded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment