diff options
Diffstat (limited to 'test/librechroot-test.sh')
-rw-r--r-- | test/librechroot-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/librechroot-test.sh b/test/librechroot-test.sh index 7096e37..9dc1b7d 100644 --- a/test/librechroot-test.sh +++ b/test/librechroot-test.sh @@ -9,6 +9,7 @@ before() { mkdir -p "$XDG_CONFIG_HOME"/libretools echo "CHROOTDIR='$tmpdir'" > "$XDG_CONFIG_HOME"/libretools/chroot.conf echo "CHROOT='default'" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf + echo "CHROOTEXTRAPKG=()" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf } after() { |