X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/561ff470cada15234bea710e2fc19171e5c6e723..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/tests/exec/exec.cpp diff --git a/tests/exec/exec.cpp b/tests/exec/exec.cpp index 7d11270c29..4355808d3f 100644 --- a/tests/exec/exec.cpp +++ b/tests/exec/exec.cpp @@ -27,7 +27,7 @@ #define ASYNC_COMMAND "xclock" #define SHELL_COMMAND "echo hi from shell>/dev/null" #define COMMAND_NO_OUTPUT "echo -n" -#elif defined(__WXMSW__) +#elif defined(__WINDOWS__) #define COMMAND "cmd.exe /c \"echo hi\"" #define ASYNC_COMMAND "notepad" #define SHELL_COMMAND "echo hi > nul:" @@ -62,7 +62,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( ExecTestCase ); -// also include in it's own registry so that these tests can be run alone +// also include in its own registry so that these tests can be run alone CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( ExecTestCase, "ExecTestCase" );