check for the same environment variable as client-test

git-svn-id: https://core.forge.funambol.org/svn/core/top-level/trunk/3x/client-api/native@12299 e8e8ed6c-164c-0410-afcf-9e9a7c7d8c10
This commit is contained in:
Patrick Ohly 2006-12-20 21:34:51 +00:00
parent 1b3801011f
commit af7e085f25

View file

@ -22,7 +22,7 @@ use strict;
use encoding 'utf8';
# ignore differences caused by specific servers?
my $server = $ENV{TEST_EVOLUTION_SERVER} || "";
my $server = $ENV{CLIENT_TEST_SERVER} || "funambol";
my $scheduleworld = $server =~ /scheduleworld/;
my $synthesis = $server =~ /synthesis/;
my $egroupware = $server =~ /egroupware/;