Browse Source

fate: delete output files from successful tests

Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 14 years ago
parent
commit
7d610af6f2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/fate-run.sh

+ 2 - 0
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