3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
David Arnold 2021-08-20 13:28:48 -05:00
parent c1fcae3e88
commit bd2cfa771e
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

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"