Fix binding to IPv6 interfaces
[ric-plt/lib/rmr.git] / test / rt_nano_static_test.c
index 3e66638..444c3ef 100644 (file)
@@ -260,6 +260,7 @@ static int rt_test( ) {
        state = rt_link2_ep( NULL );
        errors += fail_if_equal( state, -1, "call to link2_ep with nil ep returned true when false expected" );
 
+       unlink( ".ut_rmr_verbose" );
 
        return errors;
 }