blob: c4cc2d7104eec693e1576eeae3954dd4fb4c6f98 (
plain)
1
2
3
4
5
|
# Disable sockopt and proc tests as they fail in the container
eval "$(
declare -f prepare | \
sed '4 i sed -i '/test_sockopt/d' src/meson.build; sed -i '/test_proc/d' src/meson.build'
)"
|