tests: Always have a truthy final expression in modules

This ensures that `eval { require Module; } or ...` doesn't execute
the `or` case when loading is successful.
This commit is contained in:
Richard Hansen 2024-09-05 19:11:07 -04:00
parent 2ccdd3b19e
commit 6c33ccaa25

View file

@ -560,3 +560,5 @@ EOF
want_ipv6_if => "en0", want_ipv6_if => "en0",
}, },
); );
1;