diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-19 21:37:20 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-19 21:37:20 +1100 |
commit | 729c4b3eeef132ea29d1145d276b63744acfa023 (patch) | |
tree | 015013d58b38c41ee0145b50755e26eeb4a1e739 /selftest | |
parent | c45a81ecf3229762b7074891b86d894c27489180 (diff) | |
download | samba-729c4b3eeef132ea29d1145d276b63744acfa023.tar.gz samba-729c4b3eeef132ea29d1145d276b63744acfa023.tar.bz2 samba-729c4b3eeef132ea29d1145d276b63744acfa023.zip |
s4-selftest: fixed 'make testenv'
The 'TERM' variable is used for terminal type, so we can't use it for
what terminal to use.
Diffstat (limited to 'selftest')
-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' |