Don't check return value of unsetenv(). It's part of the environment
authordtucker <dtucker@openbsd.org>
Tue, 6 Apr 2021 09:07:33 +0000 (09:07 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 6 Apr 2021 09:07:33 +0000 (09:07 +0000)
commit2e8a885f69afbbe4980a742580239cd007a44ae5
tree1cd4f690e663f3fb9f43e63fde3a1bf7db7303e6
parent7651305156894503d3d636f9bb3fff1d30187610
Don't check return value of unsetenv().  It's part of the environment
setup and not part of the actual test, and some platforms -portable runs
on declare it as returning void, which prevents the test from compiling.
regress/usr.bin/ssh/unittests/misc/test_expand.c