Skip to content

Commit c996515

Browse files
committed
test: Enable system_tests/run_command "stdin" test on Windows
1 parent a4144ac commit c996515

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/system_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ BOOST_AUTO_TEST_CASE(run_command)
6868
// Unable to parse JSON
6969
BOOST_CHECK_EXCEPTION(RunCommandParseJSON(test_executable + "invalid_json"), std::runtime_error, HasReason("Unable to parse JSON: {"));
7070
}
71-
#ifndef WIN32
7271
{
7372
// Test stdin
7473
const UniValue result = RunCommandParseJSON(test_executable + "pass_stdin_to_stdout", "{\"success\": true}");
@@ -77,7 +76,6 @@ BOOST_AUTO_TEST_CASE(run_command)
7776
BOOST_CHECK(!success.isNull());
7877
BOOST_CHECK_EQUAL(success.get_bool(), true);
7978
}
80-
#endif
8179
}
8280
#endif // ENABLE_EXTERNAL_SIGNER
8381

0 commit comments

Comments
 (0)