]> git.ipfire.org Git - thirdparty/grub.git/commit
tests/grub_cmd_cryptomount: Default TMPDIR to /tmp
authorGlenn Washburn <development@efficientek.com>
Mon, 3 Mar 2025 08:12:04 +0000 (02:12 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 26 Mar 2025 13:23:42 +0000 (14:23 +0100)
commite6e2b73db8004e122a06a253107cef2343b6e092
treeea3901851f68272fd63559c1016341c05e562c7a
parent32b02bb92eb12be8391c7269346692119cb4c441
tests/grub_cmd_cryptomount: Default TMPDIR to /tmp

This fixes behavior where grub_cmd_cryptomount temporary files, which are
some times not cleaned up, are left in the / directory. Set TMPDIR if your
system does not have /tmp or it can not be used for some reason.

Reported-by: Thomas Schmitt <scdbackup@gmx.net>
Signed-off-by: Glenn Washburn <development@efficientek.com>
Tested-by: Thomas Schmitt <scdbackup@gmx.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/grub_cmd_cryptomount.in