From adc6865b29b31a32cce195d6912af039ef7eab77 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Jun 2013 20:43:01 -0600 Subject: chroot.conf: configure CHROOTEXTRAPKG to be empty by default --- test/libremakepkg-test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/libremakepkg-test.sh') diff --git a/test/libremakepkg-test.sh b/test/libremakepkg-test.sh index 94249a9..8a4fa63 100644 --- a/test/libremakepkg-test.sh +++ b/test/libremakepkg-test.sh @@ -10,6 +10,7 @@ before() { mkdir -p "$XDG_CONFIG_HOME"/libretools echo "CHROOTDIR='$tmpdir/chrootdir'" > "$XDG_CONFIG_HOME"/libretools/chroot.conf echo "CHROOT='default'" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf + echo "CHROOTEXTRAPKG=()" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf } after() { -- cgit v1.2.2