summaryrefslogtreecommitdiff
path: root/test/librestage-test.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-29 20:50:52 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 17:35:22 -0400
commit3175d796876c476a872af3a267a49efe03f10596 (patch)
treef13158f11fc7f0510a1d529a56ffd1978c1d0e07 /test/librestage-test.sh
parentd60ba20ed130c5f4c4d7f22c78fb376bbda3873a (diff)
test: test-common.sh: Roll chroot_before in to common_before
The big reason for having it separate was that we needed to install an expensive after(). But, since that part of cleanup is now owned by testenv, that's not a concern.
Diffstat (limited to 'test/librestage-test.sh')
-rw-r--r--test/librestage-test.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/librestage-test.sh b/test/librestage-test.sh
index 7e29a3a..8caf5d6 100644
--- a/test/librestage-test.sh
+++ b/test/librestage-test.sh
@@ -3,11 +3,8 @@
describe librestage
. ./test-common.sh
-setup_chrootdir
-
before() {
common_before
- chroot_before
mkdir -p $XDG_CONFIG_HOME/libretools
echo "WORKDIR='$tmpdir/workdir'" > $XDG_CONFIG_HOME/libretools/libretools.conf