From 50ded68d3807afc8e44bafaadb09dc1b6ce2486a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 8 Sep 2002 00:46:38 +0000 Subject: [PATCH] corrected wxExecute() tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/console/console.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/console/console.cpp b/samples/console/console.cpp index ecee38a137..634f988399 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -92,7 +92,7 @@ #undef TEST_ALL static const bool TEST_ALL = TRUE; #else - #define TEST_DLLLOADER + #define TEST_EXECUTE static const bool TEST_ALL = FALSE; #endif @@ -551,7 +551,7 @@ static void TestExecute() #define SHELL_COMMAND "echo hi from shell" #define REDIRECT_COMMAND COMMAND // "date" #elif defined(__WXMSW__) - #define COMMAND "command.com -c 'echo hi'" + #define COMMAND "command.com /c echo hi" #define SHELL_COMMAND "echo hi" #define REDIRECT_COMMAND COMMAND #else -- 2.45.2