Removed backdoor argument

svn path=/nixos/trunk/; revision=25592
This commit is contained in:
Sander van der Burg 2011-01-16 21:59:17 +00:00
parent 51d66f647a
commit c7a5960101

View file

@ -8,6 +8,6 @@
let nodes = import networkExpr;
in
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system useBackdoor; };
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system; };
(complete { inherit nodes; testScript = ""; }).driver