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:
Vladimír Čunát 2017-07-11 08:55:55 +02:00
parent 412da3210b
commit 0be14a588f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 1 deletions

View File

@ -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.