From e91ad48c1015a7af3715938d3bf3e716f30afb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano-Tarumi?= Date: Sun, 28 Oct 2018 20:01:57 -0400 Subject: [PATCH] t: delete the temporary opus file at the end --- t/tags.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/tags.t b/t/tags.t index 8dbacde..ab892f1 100644 --- a/t/tags.t +++ b/t/tags.t @@ -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');