QA updates.

Delete temporary files that we create.
This commit is contained in:
fsgqa
2003-05-13 07:06:18 +00:00
parent c793e7dada
commit 5250291d42
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@ _cleanup()
{
echo " *** umount"
umount $SCRATCH_DEV >/dev/null 2>&1
rm -f $tmp.*
}
OUT="bench.out"