Fix tests broken by entrust removal

Missed check_readwrite and check_flexnbd
This commit is contained in:
Alex Young
2012-07-23 15:45:39 +01:00
parent 33f95e1986
commit 53eca40fad
2 changed files with 16 additions and 22 deletions

View File

@@ -7,15 +7,12 @@ START_TEST( test_listening_assigns_sock )
{
struct flexnbd * flexnbd = flexnbd_create_listening(
"127.0.0.1",
NULL,
"4777",
NULL,
"fakefile",
"fakesock",
0,
0,
NULL,
1 );
NULL );
fail_if( NULL == flexnbd->control->socket_name, "No socket was copied" );
}
END_TEST