corrected wxExecute() tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-09-08 00:46:38 +00:00
parent 011a524e9e
commit 50ded68d38

View File

@@ -92,7 +92,7 @@
#undef TEST_ALL #undef TEST_ALL
static const bool TEST_ALL = TRUE; static const bool TEST_ALL = TRUE;
#else #else
#define TEST_DLLLOADER #define TEST_EXECUTE
static const bool TEST_ALL = FALSE; static const bool TEST_ALL = FALSE;
#endif #endif
@@ -551,7 +551,7 @@ static void TestExecute()
#define SHELL_COMMAND "echo hi from shell" #define SHELL_COMMAND "echo hi from shell"
#define REDIRECT_COMMAND COMMAND // "date" #define REDIRECT_COMMAND COMMAND // "date"
#elif defined(__WXMSW__) #elif defined(__WXMSW__)
#define COMMAND "command.com -c 'echo hi'" #define COMMAND "command.com /c echo hi"
#define SHELL_COMMAND "echo hi" #define SHELL_COMMAND "echo hi"
#define REDIRECT_COMMAND COMMAND #define REDIRECT_COMMAND COMMAND
#else #else