diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-11 20:28:51 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-11 20:28:51 +0000 |
commit | c1c88cc09512520dbaec0dc79b4e883ac62410a9 (patch) | |
tree | 43165223c7fedcb23ea62dd5ffa825ac66436106 /TAO/tests/DynAny_Test | |
parent | ec364532e11919373a17dc661821df3b350fa271 (diff) | |
download | ATCD-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-x | TAO/tests/DynAny_Test/run_test.pl | 2 |
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"); } |