CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/06 03:07:33
Modified files:
regress/usr.bin/ssh/unittests/misc: test_expand.c
Log message:
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.
