1
0
forked from dan/liminix

add environment variables that scapy now needs (24.11)

This commit is contained in:
Daniel Barlow 2024-12-04 21:16:36 +00:00
parent cde30bcd54
commit 33e5c436d5

View File

@ -17,6 +17,8 @@ serverstatedir=$(mktemp -d -t routeros-XXXXXX)
# python scapy drags in matplotlib which doesn't enjoy running in
# a sandbox with no $HOME, hence this environment variable
export MPLCONFIGDIR=$(mktemp -d -t routeros-XXXXXX)
export XDG_CONFIG_HOME=/tmp
export XDG_CACHE_HOME=/tmp
. ${../test-helpers.sh}