Test method OnInit() cleans up the entire destination path with "rm -rf *"
On inadvertent use, this will cause complete data loss on the given destination path (whole home directories can be deleted).
One simple solution would be to use an additional subdirectory for tests and empty _that directory only_ in the OnInit() method.
On inadvertent use, this will cause complete data loss on the given destination path (whole home directories can be deleted).
One simple solution would be to use an additional subdirectory for tests and empty _that directory only_ in the OnInit() method.