diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-23 01:43:35 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-23 01:43:35 +0000 |
commit | 6723ac2f054d67708a02026e4d3e320ae595e4dd (patch) | |
tree | 4aaa7d91cbd284108ed5b30e4afc22894015f8a7 /TAO/tests/Simple/time | |
parent | 1e05c374def044f8f54d73be5a5fabf27c93f8f0 (diff) | |
download | ATCD-6723ac2f054d67708a02026e4d3e320ae595e4dd.tar.gz |
Using *.ior files
Diffstat (limited to 'TAO/tests/Simple/time')
-rwxr-xr-x | TAO/tests/Simple/time/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Simple/time/run_test.pl b/TAO/tests/Simple/time/run_test.pl index ab193e41cef..3ff9422f2c5 100755 --- a/TAO/tests/Simple/time/run_test.pl +++ b/TAO/tests/Simple/time/run_test.pl @@ -8,7 +8,7 @@ unshift @INC, '../../../../bin'; require Process; $server_port = 0; -$iorfile = "theior"; +$iorfile = "time.ior"; $sleeptime = 5; $SV = Process::Create ("server".$Process::EXE_EXT, |