From 6f8ea8aafd4e48dd4f6480278d105ac3200ffc90 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 Jul 2025 21:03:33 -0500 Subject: [PATCH] Minor cleanup. --- tests/kill.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/kill.test b/tests/kill.test index c15c25e9..d21d3689 100644 --- a/tests/kill.test +++ b/tests/kill.test @@ -4,6 +4,7 @@ #testing "name" "command" "result" "infile" "stdin" -testcmd "-l HUP" "-l HUP" "1\n" "" "" -testcmd "-l 1" "-l 1" "HUP\n" "" "" +testcmd "" "-l HUP" "1\n" "" "" +testcmd "" "-l 1" "HUP\n" "" "" +testcmd "" "-l 3 KILL" "QUIT\n9\n" "" "" testcmd "-0 self" "-0 $$ && echo yes" "yes\n" "" "" -- 2.39.5