ed: enable check on darwin

This commit is contained in:
Orivej Desh 2017-12-04 19:12:45 +00:00
parent 0bb47027ab
commit bb2b4587c6

View file

@ -13,16 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ lzip ];
/* FIXME: Tests currently fail on Darwin:
building test scripts for ed-1.5...
testing ed-1.5...
*** Output e1.o of script e1.ed is incorrect ***
*** Output r3.o of script r3.ed is incorrect ***
make: *** [check] Error 127
*/
doCheck = !(hostPlatform.isDarwin || hostPlatform != buildPlatform);
doCheck = hostPlatform == buildPlatform;
meta = {
description = "An implementation of the standard Unix editor";