From 7d610af6f295832dc4f54bda038001796d3af2c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Fri, 9 Jul 2010 23:36:04 +0000
Subject: [PATCH] fate: delete output files from successful tests

Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 tests/fate-run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 278e2479bca..bf628054146 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -32,3 +32,5 @@ case $cmp in
     diff)   diff -u -w "$ref" "$outfile"            ;;
     oneoff) oneoff     "$ref" "$outfile" "$fuzz"    ;;
 esac
+
+test $? = 0 && rm $outfile
-- 
GitLab