diff options
Diffstat (limited to 'tests/misc/help-version')
-rwxr-xr-x | tests/misc/help-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/help-version b/tests/misc/help-version index 77e54c7b4..1dcf96f92 100755 --- a/tests/misc/help-version +++ b/tests/misc/help-version @@ -25,7 +25,7 @@ test "$VERBOSE" = yes && set -x test "x$SHELL" = x && SHELL=/bin/sh export SHELL -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh expected_failure_status_nohup=127 expected_failure_status_printenv=2 |