* delete test file immediately after they were used, external tools might get into trouble trying deleting them due to the uncommon names

git-svn-id: trunk@26655 -
This commit is contained in:
florian 2014-02-02 19:10:42 +00:00
parent e7639e582c
commit be17962748

View File

@ -39,6 +39,7 @@ begin
if f=-1 then
Error('Creating utf8string');
FileClose(f);
DeleteFile(u);
end
else
warn('utf8string');
@ -52,6 +53,7 @@ begin
if f=-1 then
Error('Creating tcpstr866');
FileClose(f);
DeleteFile(c);
end
else
warn('tcpstr866');
@ -72,6 +74,7 @@ begin
if f=-1 then
Error('Creating unicodestring 1');
FileClose(f);
DeleteFile(u);
end
else
warn('random unicodestring');
@ -83,6 +86,7 @@ begin
if f=-1 then
Error('Creating unicodestring 2');
FileClose(f);
DeleteFile(u);
end
else
warn('cp866 unicodestring');