summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CDR/run_test.pl')
-rwxr-xr-xTAO/tests/CDR/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CDR/run_test.pl b/TAO/tests/CDR/run_test.pl
index 95600c86b4e..c8fd0dd3651 100755
--- a/TAO/tests/CDR/run_test.pl
+++ b/TAO/tests/CDR/run_test.pl
@@ -22,7 +22,7 @@ sub run_test
my $args = shift (@argslist);
print STDERR "\n$brace $test $args test BEGUN\n";
- $TST = Process::Create ($EXEPREFIX."$test".$EXE_EXT,
+ $TST = Process::Create ($EXEPREFIX."$test".$Process::EXE_EXT,
"$args");
print STDERR "\t$test RUNNING\n";
$retval = ($TST->Wait ()) / 256;