summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-11 20:28:51 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-11 20:28:51 +0000
commitc1c88cc09512520dbaec0dc79b4e883ac62410a9 (patch)
tree43165223c7fedcb23ea62dd5ffa825ac66436106 /TAO/tests/DynAny_Test
parentec364532e11919373a17dc661821df3b350fa271 (diff)
downloadATCD-c1c88cc09512520dbaec0dc79b4e883ac62410a9.tar.gz
General updates, including switching to the ACE class and using .\ or ./
before executable names.
Diffstat (limited to 'TAO/tests/DynAny_Test')
-rwxr-xr-xTAO/tests/DynAny_Test/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DynAny_Test/run_test.pl b/TAO/tests/DynAny_Test/run_test.pl
index ec1a6c91296..d16d5907fe5 100755
--- a/TAO/tests/DynAny_Test/run_test.pl
+++ b/TAO/tests/DynAny_Test/run_test.pl
@@ -13,7 +13,7 @@ sub run_test
{
my $type = shift(@_);
- system (".".$DIR_SEPARATOR."basic_test -t $type");
+ system ($EXEPREFIX."basic_test -t $type");
}