mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
The cloud-init filtering writes a bunch of files into /tmp that are not removed. So avoid cluttering /tmp on the hosts when unit tests are run this commit sets TMPDIR to the unit test tmpdir so that it's properly cleaned up.