Unverified Commit bdd34aca authored by rnhmjoj's avatar rnhmjoj
Browse files

nixos-install-tools: fix nixos-install-help test

parent 7d537b0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,9 +56,9 @@ in
          '';
        }
        ''
          nixos-install --help | grep -F 'NixOS Reference Pages'
          nixos-install --help | grep -F "System Manager's Manual"
          nixos-install --help | grep -F 'configuration.nix'
          nixos-generate-config --help | grep -F 'NixOS Reference Pages'
          nixos-generate-config --help | grep -F "System Manager's Manual"
          nixos-generate-config --help | grep -F 'hardware-configuration.nix'

          # FIXME: Tries to call unshare, which it must not do for --help