From 79ec38d1546a7c4573e078c61a15e43bba19b64b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 1 Aug 2010 10:47:41 +0000 Subject: Remove temporary files in lavfi-pixfmts test Originally committed as revision 24646 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/lavfi-regression.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lavfi-regression.sh') diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 691b0f8540..6dc55b56b8 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -82,6 +82,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then output=pixfmts-${filter}-${pix_fmt}.nut do_video_encoding $output "" \ "-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt" + rm ${outfile}${output} done done fi -- cgit v1.2.3