forked from mirrors/nixpkgs
nixos/test: some test fixes in succession of #125992
This commit is contained in:
parent
c1fcae3e88
commit
bd2cfa771e
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue