summaryrefslogtreecommitdiff
path: root/tests/Process_Mutex_Test.cpp
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-05-24 14:33:30 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-05-24 14:33:30 +0000
commitde0e27614c8ff4090bf6be6959b06293c864ed0c (patch)
treef209e8aabe44201d7207a53040b271c0cb2fd1d8 /tests/Process_Mutex_Test.cpp
parent0baff9804a9268a5e5339c70f99c0678815cc308 (diff)
downloadATCD-de0e27614c8ff4090bf6be6959b06293c864ed0c.tar.gz
ChangeLogTag: Tue May 24 09:31:42 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'tests/Process_Mutex_Test.cpp')
-rw-r--r--tests/Process_Mutex_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Process_Mutex_Test.cpp b/tests/Process_Mutex_Test.cpp
index cdf1c85180c..2c604618328 100644
--- a/tests/Process_Mutex_Test.cpp
+++ b/tests/Process_Mutex_Test.cpp
@@ -153,13 +153,13 @@ run_main (int argc, ACE_TCHAR *argv[])
# endif
#if !defined (ACE_WIN32) && defined (ACE_USES_WCHAR)
- static const ACE_TCHAR* format = ACE_TEXT ("%ls -c -n %ls%s");
+ static const ACE_TCHAR* format = ACE_TEXT ("%ls -c -n %ls%ls");
#else
static const ACE_TCHAR* format = ACE_TEXT ("%s -c -n %s%s");
#endif /* !ACE_WIN32 && ACE_USES_WCHAR */
ACE_Process_Options options;
options.command_line (format, argv[0], mutex_name,
- release_mutex == 0 ? " -d" : "");
+ release_mutex == 0 ? ACE_TEXT (" -d") : ACE_TEXT (""));
// Spawn <n_processes> child processes that will contend for the
// lock.