t: delete the temporary opus file at the end

This commit is contained in:
Frédéric Mangano-Tarumi 2018-10-28 20:01:57 -04:00
parent 9c50d7d047
commit e91ad48c10

View File

@ -77,3 +77,5 @@ EOF
is(`echo OK='yes again' | ./opustags t/out.opus --set-all`, <<'EOF', 'set all');
OK=yes again
EOF
unlink('t/out.opus');