diff options
Diffstat (limited to 'tests/Pipe_Test.cpp')
-rw-r--r-- | tests/Pipe_Test.cpp | 2 |
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; |