Commit cc841fa4 authored by Robert Scott's avatar Robert Scott Committed by Bjørn Forsman
Browse files

inetutils: enable tests

parent aa54e0d6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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=" ];