Explorar el Código

* delete temp file when test ends.

git-svn-id: trunk@6163 -
yury hace 18 años
padre
commit
f2273f9cd4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.