gengetopt: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-20 11:22:32 -08:00 committed by Jonathan Ringer
parent e790ba33ff
commit 31b7ef797a

View File

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
};
doCheck = true;
# attempts to open non-existent file
preCheck = ''
rm tests/test_conf_parser_save.sh
'';
enableParallelBuilding = true;