From 79ec38d1546a7c4573e078c61a15e43bba19b64b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Sun, 1 Aug 2010 10:47:41 +0000
Subject: [PATCH] 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(+)

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 691b0f8540e..6dc55b56b86 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
-- 
GitLab