hdf4: fix tests on some machines

This commit is contained in:
Ben Wolsieffer 2019-05-06 14:52:16 -04:00
parent f56fb2db03
commit 31d32e0593

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
export DYLD_LIBRARY_PATH=$(pwd)/bin
'';
excludedTests = [
excludedTests = stdenv.lib.optionals stdenv.isDarwin [
"MFHDF_TEST-hdftest"
"MFHDF_TEST-hdftest-shared"
"HDP-dumpsds-18"