mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* cleanup tempfiles
This commit is contained in:
parent
ab924aa4eb
commit
e61f5e847d
@ -683,13 +683,26 @@ Begin
|
||||
TestSplit;
|
||||
RmDir(TestDir);
|
||||
PauseScreen;
|
||||
|
||||
{ Cleanup }
|
||||
{$I-}
|
||||
assign(f,TestFName);
|
||||
erase(f);
|
||||
assign(f,TestFName1);
|
||||
erase(f);
|
||||
{$I+}
|
||||
if ioresult<>0 then;
|
||||
|
||||
if has_errors then
|
||||
halt(1);
|
||||
end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 2002-12-06 16:36:17 peter
|
||||
Revision 1.12 2002-12-06 16:38:15 peter
|
||||
* cleanup tempfiles
|
||||
|
||||
Revision 1.11 2002/12/06 16:36:17 peter
|
||||
* made more tests go32v2 specific because they expect (buggy?) Dos
|
||||
findfirst behaviour
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user