]> Zhao Yanbai Git Server - minix.git/commitdiff
test56: unlink proper test file
authorThomas Veerman <thomas@minix3.org>
Fri, 8 Mar 2013 15:45:53 +0000 (15:45 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 8 Mar 2013 15:45:53 +0000 (15:45 +0000)
Change-Id: I215f0d00b8e077930c4e93d192553eaf0d2a353f

test/test56.c

index eb3b0f33a60b6e29fd27217f351b22dec072955e..ce5b78f47b87a368c789fa3c917424ccc9c747a1 100644 (file)
@@ -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()");
 }