Browse Source

* delete temp file when test ends.

git-svn-id: trunk@6163 -
yury 18 years ago
parent
commit
f2273f9cd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/test/units/system/tio.pp

+ 1 - 0
tests/test/units/system/tio.pp

@@ -198,4 +198,5 @@ Begin
 
   test_rename(FILE_NAME2, 'test3.tmp');
   test_erase(FILE_NAME);
+  test_erase('test3.tmp');
 end.