diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakTermServ | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |