diff options
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 1cae9eaa7d..ef54320571 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -835,7 +835,7 @@ if ($opt_testenv) { my $envvarstr = exported_envvars_str($testenv_vars); - my $term = ($ENV{TERM} or "xterm"); + my $term = ($ENV{TERMINAL} or "xterm"); system("$term -e 'echo -e \" Welcome to the Samba4 Test environment '$testenv_name' |