mirror of
https://github.com/boostorg/process.git
synced 2026-01-19 04:22:15 +00:00
added empty env var check to tests.
This commit is contained in:
committed by
Klemens Morgenstern
parent
ccd46dc692
commit
5cab462710
@@ -62,7 +62,8 @@ BOOST_AUTO_TEST_CASE(environment)
|
||||
ec.clear();
|
||||
|
||||
for (auto && ke : bpe::current())
|
||||
BOOST_CHECK_EQUAL(bpe::get(std::get<0>(ke)), std::get<1>(ke));
|
||||
if (!std::get<1>(ke).empty())
|
||||
BOOST_CHECK_EQUAL(bpe::get(std::get<0>(ke)), std::get<1>(ke));
|
||||
|
||||
|
||||
#if defined(BOOST_PROCESS_V2_POSIX)
|
||||
|
||||
Reference in New Issue
Block a user