mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-15 04:48:29 +01:00
It’s not entirely clear from the documentation, but `g_mkstemp()` (and `g_mkdtemp()`) operate in the current directory, rather than the system temporary directory. This meant these tests were all writing files to the build directory. This is messy, though thankfully not a correctness issue or a race because `g_mkstemp()` guarantees to return a unique file for each caller. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
145 KiB
145 KiB