mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-07 05:31:20 +02:00
There were weird hacks put into the tests, while each test already runs in a temporary directory as 'working directory', so no hacks are needed. Moreover, using fixed `/tmp/...` paths leads to test failures, as CI runs docker & QEMU tests in parallel conflicting with each other. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>