summaryrefslogtreecommitdiff
path: root/tests/Pipe_Test.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-24 14:33:30 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-24 14:33:30 +0000
commit8ca914c2e8df976876896fe90e5be77973378638 (patch)
treef209e8aabe44201d7207a53040b271c0cb2fd1d8 /tests/Pipe_Test.cpp
parente817904878f0a6d15220504941ca11ecab34442f (diff)
downloadATCD-8ca914c2e8df976876896fe90e5be77973378638.tar.gz
ChangeLogTag: Tue May 24 09:31:42 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'tests/Pipe_Test.cpp')
-rw-r--r--tests/Pipe_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp
index f1d7792eb80..71812dc1b80 100644
--- a/tests/Pipe_Test.cpp
+++ b/tests/Pipe_Test.cpp
@@ -105,7 +105,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_Process_Options options;
options.command_line (ACE_TEXT ("%s -c%s"),
argv[0],
- close_pipe == 0 ? " -d" : "");
+ close_pipe == 0 ? ACE_TEXT (" -d") : ACE_TEXT (""));
ACE_exitcode status = 0;