nixos/test: some test fixes in succession of #125992
David Arnold 4 years ago bd2cfa77 c1fcae3e
··· 23 23 testScript = '' 24 24 import os 25 25 import subprocess 26 26 + import tempfile 26 27 27 28 image_dir = os.path.join( 28 29 os.environ.get("TMPDIR", tempfile.gettempdir()), "tmp", "vm-state-machine"