Prevent spurious failures if TCK DB tests are run multiple times
I noticed that when Hlt/HltServices tests are run multiple times without a make purge
, the second time some of them fail.
With this change I force the first of the chain of tests to always start from a clean state (removing first the file it's supposed to create).
Edited by Marco Cattaneo