mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
1bccc14e05
Fix tests writing to current work dir #24343 Several tests were writing files in the current work directory and did not clean up after test. Moved all temporary files to the `/tmp` dir and added a cleanup code.