From 0ccb63368262bcab6002a5fae71108130ae38287 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 9 Apr 2022 00:14:30 +0000 Subject: [PATCH] fixed t/h-003.hawk --- hawk/t/h-003.hawk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hawk/t/h-003.hawk b/hawk/t/h-003.hawk index c5c781ce..440c9c05 100644 --- a/hawk/t/h-003.hawk +++ b/hawk/t/h-003.hawk @@ -64,9 +64,8 @@ function run_test (x, more_opts, in_name, out_name) else { tap_ok (sprintf("%s[%d]", @SCRIPTNAME, @SCRIPTLINE)); + sys::unlink (outf); } - - sys::unlink (outf); } function main()