mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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);
|
(int)st.st_size, size);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
unlink(TESTFILE);
|
||||||
printf("success: ftruncate\n");
|
printf("success: ftruncate\n");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user