Skip to content
Snippets Groups Projects
Commit 7d610af6 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

fate: delete output files from successful tests

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