Commit 7d610af6 authored by Måns Rullgård's avatar Måns Rullgård

fate: delete output files from successful tests

Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3ec8d24a
......@@ -32,3 +32,5 @@ case $cmp in
diff) diff -u -w "$ref" "$outfile" ;;
oneoff) oneoff "$ref" "$outfile" "$fuzz" ;;
esac
test $? = 0 && rm $outfile
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment