mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
bash-preexec: fix build with Bats 1.5.0
This commit is contained in:
parent
1d6e94d02f
commit
550dab224a
@ -21,6 +21,10 @@ in stdenvNoCC.mkDerivation {
|
||||
patchPhase = ''
|
||||
# Needed since the tests expect that HISTCONTROL is set.
|
||||
sed -i '/setup()/a HISTCONTROL=""' test/bash-preexec.bats
|
||||
|
||||
# Skip tests failing with Bats 1.5.0.
|
||||
# See https://github.com/rcaloras/bash-preexec/issues/121
|
||||
sed -i '/^@test.*IFS/,/^}/d' test/bash-preexec.bats
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user