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:
parent
2ccdd3b19e
commit
6c33ccaa25
1 changed files with 2 additions and 0 deletions
|
@ -560,3 +560,5 @@ EOF
|
||||||
want_ipv6_if => "en0",
|
want_ipv6_if => "en0",
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
1;
|
||||||
|
|
Loading…
Reference in a new issue