diff options
Diffstat (limited to 'tests/help-version')
-rwxr-xr-x | tests/help-version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index 991a1c0b3..c17cc493b 100755 --- a/tests/help-version +++ b/tests/help-version @@ -28,6 +28,8 @@ test "$VERBOSE" = yes && set -x test "x$SHELL" = x && SHELL=/bin/sh export SHELL +. $srcdir/envvar-check + expected_failure_status_nohup=127 expected_failure_status_printenv=2 expected_failure_status_tty=3 |