logo

utils-std

Collection of commonly available Unix tools
commit: 6a627a23f5c605b4b77ae17da2c42571be771bc6
parent 03053d824fea8e4c926a1c3251fabb2729287a9f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  1 Aug 2024 02:44:39 +0200

test-cmd/tap.sh: Make t_file remove temporary output file

Diffstat:

Mtest-cmd/tap.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test-cmd/tap.sh b/test-cmd/tap.sh @@ -92,6 +92,7 @@ t_file() err=1 else printf 'ok %d - %s\n' "$count" "$1" + rm "$out" fi }