nixos tests.misc: unblock a man-page test
I'm not sure what's wrong, but the pages look OK. Discussion: https://github.com/NixOS/nixpkgs/pull/27061#issuecomment-314330032
This commit is contained in:
parent
412da3210b
commit
0be14a588f
|
@ -34,7 +34,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||
};
|
||||
|
||||
subtest "nixos-rebuild", sub {
|
||||
$machine->succeed("nixos-rebuild --help | grep SYNOPSIS");
|
||||
$machine->succeed("nixos-rebuild --help | grep 'NixOS module' ");
|
||||
};
|
||||
|
||||
# Sanity check for uid/gid assignment.
|
||||
|
|
Loading…
Reference in New Issue