test56: unlink proper test file
Change-Id: I215f0d00b8e077930c4e93d192553eaf0d2a353f
This commit is contained in:
parent
76ddef10da
commit
24ac5ce3f9
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ void test_bind(void)
|
|||
test_fail("bind() should have worked");
|
||||
}
|
||||
CLOSE(sd);
|
||||
UNLINK(TEST_SUN_PATH);
|
||||
UNLINK("foo");
|
||||
|
||||
debug("leaving test_bind()");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue