Closed martinpitt closed 1 year ago
This ensures that the emulated /dev (which is created in g_get_tmp_dir() via DirUtils.make_tmp() and the feature check are done in the same directory. If $TMPDIR is set, that may not be the case.
g_get_tmp_dir()
DirUtils.make_tmp()
$TMPDIR
Fixes #217
This ensures that the emulated /dev (which is created in
g_get_tmp_dir()
viaDirUtils.make_tmp()
and the feature check are done in the same directory. If$TMPDIR
is set, that may not be the case.Fixes #217