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
Vladimír Čunát 8 years ago 0be14a58 412da321
··· 34 34 }; 35 35 36 36 subtest "nixos-rebuild", sub { 37 37 - $machine->succeed("nixos-rebuild --help | grep SYNOPSIS"); 37 37 + $machine->succeed("nixos-rebuild --help | grep 'NixOS module' "); 38 38 }; 39 39 40 40 # Sanity check for uid/gid assignment.