nixos/test: some test fixes in succession of #125992

This commit is contained in:
David Arnold
2021-08-20 14:36:52 -05:00
parent c1fcae3e88
commit bd2cfa771e
+1
View File
@@ -23,6 +23,7 @@ with pkgs.lib;
testScript = ''
import os
import subprocess
import tempfile
image_dir = os.path.join(
os.environ.get("TMPDIR", tempfile.gettempdir()), "tmp", "vm-state-machine"