mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +02:00
* delete temp file when test ends.
git-svn-id: trunk@6163 -
This commit is contained in:
parent
83820db27e
commit
f2273f9cd4
@ -198,4 +198,5 @@ Begin
|
|||||||
|
|
||||||
test_rename(FILE_NAME2, 'test3.tmp');
|
test_rename(FILE_NAME2, 'test3.tmp');
|
||||||
test_erase(FILE_NAME);
|
test_erase(FILE_NAME);
|
||||||
|
test_erase('test3.tmp');
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user