summaryrefslogtreecommitdiff
path: root/tests/Pipe_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-09 06:47:03 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-09 06:47:03 +0000
commit9873b93252e5353a729463f32f4aa3ddb4b418d3 (patch)
treeca2255e828807a69b4c4588c58b01bbef4052d16 /tests/Pipe_Test.cpp
parentba0f760ab812e87bb4f65e6605a4f3335d014a57 (diff)
downloadATCD-9873b93252e5353a729463f32f4aa3ddb4b418d3.tar.gz
ChangeLogTag: Wed Feb 09 00:41:36 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'tests/Pipe_Test.cpp')
-rw-r--r--tests/Pipe_Test.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp
index c0ead1a0ce5..10885967b3a 100644
--- a/tests/Pipe_Test.cpp
+++ b/tests/Pipe_Test.cpp
@@ -115,9 +115,13 @@ main (int argc, ASYS_TCHAR *argv[])
ACE_Process_Options options;
if (close_pipe == 0)
- options.command_line (ACE_TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX ACE_TEXT (" -c -d"));
+ options.command_line (ACE_TEXT (".") ACE_DIRECTORY_SEPARATOR_STR
+ ACE_TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX
+ ACE_TEXT (" -c -d"));
else
- options.command_line (ACE_TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX ACE_TEXT (" -c"));
+ options.command_line (ACE_TEXT (".") ACE_DIRECTORY_SEPARATOR_STR
+ ACE_TEXT ("Pipe_Test") ACE_PLATFORM_EXE_SUFFIX
+ ACE_TEXT (" -c"));
ACE_exitcode status = 0;