diff options
Diffstat (limited to 'tests/misc/env')
-rwxr-xr-x | tests/misc/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/env b/tests/misc/env index 948b47527..d5e4fd627 100755 --- a/tests/misc/env +++ b/tests/misc/env @@ -57,7 +57,7 @@ test $? = 127 || fail=1 # For these reasons, it is more portable to grep that our desired changes # took place, rather than comparing output of env over an entire environment. if env | grep '^ENV_TEST' >/dev/null ; then - skip_test_ "environment has potential interference from ENV_TEST*" + skip_ "environment has potential interference from ENV_TEST*" fi ENV_TEST1=a |