Skip to content
Snippets Groups Projects
Commit 88db4e8f authored by jkaeber's avatar jkaeber
Browse files

Use explicit path to ifconfig binary

parent 4cb480d6
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ BOOST_AUTO_UNIT_TEST(tapSocketHandle)
}
senf::TapSocketHandle handle ("tap_unittest");
int ret = system( "ifconfig tap_unittest up");
int ret = system( "/sbin/ifconfig tap_unittest up");
BOOST_CHECK_EQUAL( WEXITSTATUS(ret), 0);
senf::PacketSocketHandle sock;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment