From 0fedb440874747441f6a67e664fc067faaddc509 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Mar 2004 13:55:18 +0000 Subject: enable to go in in --testing mode --- perl-install/standalone/drakTermServ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakTermServ') diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index e179a5217..86dafe1c2 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -73,7 +73,7 @@ if ($ts == 256) { system("urpmi terminal-server > /dev/null"); } $ts = system("rpm -q terminal-server > /dev/null"); - if ($ts == 256) { + if ($ts == 256 && !$::testing) { warn(N("Useless without Terminal Server")); exit(1); } -- cgit v1.2.1