Fix the misc test

http://hydra.nixos.org/build/6480163
This commit is contained in:
Eelco Dolstra
2013-10-13 22:17:12 +02:00
parent 647b0f5f5c
commit de7083a495
+2 -1
View File
@@ -9,6 +9,7 @@
{ swapDevices = pkgs.lib.mkOverride 0 { swapDevices = pkgs.lib.mkOverride 0
[ { device = "/root/swapfile"; size = 128; } ]; [ { device = "/root/swapfile"; size = 128; } ];
environment.variables.EDITOR = pkgs.lib.mkOverride 0 "emacs"; environment.variables.EDITOR = pkgs.lib.mkOverride 0 "emacs";
services.nixosManual.enable = pkgs.lib.mkOverride 0 true;
}; };
testScript = testScript =
@@ -18,7 +19,7 @@
}; };
subtest "nixos-rebuild", sub { subtest "nixos-rebuild", sub {
$machine->succeed("nixos-rebuild --help | grep 'Usage:'"); $machine->succeed("nixos-rebuild --help | grep SYNOPSIS");
}; };
# Sanity check for uid/gid assignment. # Sanity check for uid/gid assignment.