gengetopt: fix tests
This commit is contained in:
parent
e790ba33ff
commit
31b7ef797a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user