mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-04 11:07:50 +02:00

This bit of code was throwing exceptions if a test cleaned up files that test-runner was expecting to clean up. Specifically testHotspot swaps out main.conf and PSK files many times. This led to the exception being thrown, caught, and ignored but further on test-runner would print: "File _X_ not cleaned up!" Now the files will be checked if they exist before trying to remove it.