inetutils: enable tests

This commit is contained in:
Robert Scott 2023-09-24 14:21:28 +01:00 committed by Bjørn Forsman
parent aa54e0d65d
commit cc841fa430

View File

@ -51,9 +51,7 @@ stdenv.mkDerivation rec {
"--disable-rexec"
] ++ lib.optional stdenv.isDarwin "--disable-servers";
# Test fails with "UNIX socket name too long", probably because our
# $TMPDIR is too long.
doCheck = false;
doCheck = true;
installFlags = [ "SUIDMODE=" ];