1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r20810: unlink the test file when the test is done

metze
(This used to be commit d3e10679af)
This commit is contained in:
Stefan Metzmacher 2007-01-15 17:55:26 +00:00 committed by Gerald (Jerry) Carter
parent 842e2804d8
commit 8c75df8b2c

View File

@ -78,6 +78,7 @@ static int test_ftruncate(void)
(int)st.st_size, size);
return false;
}
unlink(TESTFILE);
printf("success: ftruncate\n");
return true;
}