summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-05 14:08:35 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-05 14:08:35 +0200
commitdaebba2c97625fa322c93777738642e8c03fec21 (patch)
tree4552f53336a050fa389f379072e5a96c4cab65a9 /nixos/tests
parent7d6a27a78060ffb1014633e5cb9a10d5222cdb5a (diff)
Fix container test
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/containers.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers.nix b/nixos/tests/containers.nix
index a582e23fda025..13d98d742075c 100644
--- a/nixos/tests/containers.nix
+++ b/nixos/tests/containers.nix
@@ -67,7 +67,6 @@ import ./make-test.nix {
 
       # Execute commands via the root shell.
       $machine->succeed("nixos-container run $id1 -- uname") =~ /Linux/ or die;
-      $machine->succeed("nixos-container set-root-password $id1 foobar");
 
       # Destroy the containers.
       $machine->succeed("nixos-container destroy $id1");