mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-06-26 03:51:28 +08:00
The test passed an empty tempDir which defaulted to /tmp/backupx — a directory that does not exist in CI runners. Use t.TempDir() based path instead so the test is self-contained.