On Thu, Sep 14, 2023 at 09:31:16AM +0200, Phil Sutter wrote: > The test did not catch non-zero exit status of the spawned coprocess. To > make it happen, Drop the line killing it (it will exit anyway) and pass > its PID to 'wait'. > > While being at it, put the sleep into the correct spot (otherwise the > check for chain 'foo' existence fails as it runs too early) and make > said chain existence check effective. > > Fixes: 4e3c11a6f5a94 ("nft: Fix for ruleset flush while restoring") > Signed-off-by: Phil Sutter <phil@xxxxxx> Patch applied.