summaryrefslogtreecommitdiff
path: root/ACE/tests/run_test.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-29 11:17:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-29 11:17:16 +0000
commit89bb9fa057d4116883af6e6e43ff7bb26354f24e (patch)
treed991b514dc5bbff2662f7df0a860fe5f633a8742 /ACE/tests/run_test.pl
parent79336fba244c8b34d4a3bbb5b76939da9bae9e81 (diff)
downloadATCD-89bb9fa057d4116883af6e6e43ff7bb26354f24e.tar.gz
Tue Aug 29 11:16:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/run_test.pl')
-rwxr-xr-xACE/tests/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/run_test.pl b/ACE/tests/run_test.pl
index 4e5a6c5747a..b7fc961454e 100755
--- a/ACE/tests/run_test.pl
+++ b/ACE/tests/run_test.pl
@@ -456,7 +456,7 @@ if (!($tmp = $ENV{TMP}) && !($tmp = $ENV{TEMP})) {
check_for_more_configs ();
-if ($config_list->check_config ('VxWorks')) {
+if (PerlACE::is_vxworks_test ()) {
$opt_v = 1;
}