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:
parent
842e2804d8
commit
8c75df8b2c
@ -78,6 +78,7 @@ static int test_ftruncate(void)
|
||||
(int)st.st_size, size);
|
||||
return false;
|
||||
}
|
||||
unlink(TESTFILE);
|
||||
printf("success: ftruncate\n");
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user