>From 184ff2fc377a1e16cf6b6806d0a9ae204836b04c Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 3 Jan 2013 14:33:45 -0800 Subject: [PATCH 2/4] Tests: Fix the display of test vars in screen --testenv --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/selftest.pl b/selftest/selftest.pl index c6eadd7..1fd7c00 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -852,7 +852,7 @@ if ($opt_testenv) { } else { @term = ("xterm", "-e"); } - my @term_args = ("bash", "-c", "echo -e \" + my @term_args = ("echo -e \" Welcome to the Samba4 Test environment '$testenv_name' This matches the client environment used in make test -- 1.7.9.5