OSDN Git Service

fate: delete output files from successful tests
authorMåns Rullgård <mans@mansr.com>
Fri, 9 Jul 2010 23:36:04 +0000 (23:36 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 9 Jul 2010 23:36:04 +0000 (23:36 +0000)
Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/fate-run.sh

index 278e247..bf62805 100755 (executable)
@@ -32,3 +32,5 @@ case $cmp in
     diff)   diff -u -w "$ref" "$outfile"            ;;
     oneoff) oneoff     "$ref" "$outfile" "$fuzz"    ;;
 esac
+
+test $? = 0 && rm $outfile