shadow: Add test

This commit is contained in:
Tim Steinbach
2020-12-23 13:28:52 -05:00
parent 0597dcb0c5
commit 1539732cc6
3 changed files with 102 additions and 2 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchpatch, fetchFromGitHub, autoreconfHook, libxslt, libxml2
, docbook_xml_dtd_45, docbook_xsl, itstool, flex, bison
{ stdenv, nixosTests, fetchpatch, fetchFromGitHub, autoreconfHook, libxslt
, libxml2 , docbook_xml_dtd_45, docbook_xsl, itstool, flex, bison
, pam ? null, glibcCross ? null
}:
@@ -86,5 +86,6 @@ stdenv.mkDerivation rec {
passthru = {
shellPath = "/bin/nologin";
tests = { inherit (nixosTests) shadow; };
};
}