From 9a54ddbe3df3fbc7b63a9b92646293d5f31609e6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Nov 2019 22:20:51 +0000 Subject: [PATCH] stest: Use `finish' for success exits vwait is a bit funny. This is better, and it also kills our child secnets. Signed-off-by: Ian Jackson --- stest/common.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stest/common.tcl b/stest/common.tcl index 388320a..d6250c3 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -161,8 +161,7 @@ proc netlink-readable {location site} { switch -exact $site { inside { puts OK - set ok 1; # what a bodge - return + finish 0 } outside { error "inside rx'd!" -- 2.30.2