Skip to content

Commit c0497a4

Browse files
committed
test: remove BasicTestingSetup from torcontrol unit tests
1 parent ef8bb04 commit c0497a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/torcontrol_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
//
5-
#include <test/util/setup_common.h>
65

76
#include <boost/test/unit_test.hpp>
87

@@ -15,7 +14,7 @@ std::pair<std::string, std::string> SplitTorReplyLine(const std::string& s);
1514
std::map<std::string, std::string> ParseTorReplyMapping(const std::string& s);
1615

1716

18-
BOOST_FIXTURE_TEST_SUITE(torcontrol_tests, BasicTestingSetup)
17+
BOOST_AUTO_TEST_SUITE(torcontrol_tests)
1918

2019
static void CheckSplitTorReplyLine(std::string input, std::string command, std::string args)
2120
{

0 commit comments

Comments
 (0)