diff options
Diffstat (limited to 't/python-virtualenv.sh')
-rwxr-xr-x | t/python-virtualenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python-virtualenv.sh b/t/python-virtualenv.sh index 51ae78e28..cf3ae378d 100755 --- a/t/python-virtualenv.sh +++ b/t/python-virtualenv.sh @@ -18,7 +18,7 @@ # This test also works as a mild stress-test on the python support. required='cc python virtualenv' -. ./defs || exit 1 +. test-init.sh # In case the user's config.site defines pythondir or pyexecdir. CONFIG_SITE=/dev/null; export CONFIG_SITE |