summaryrefslogtreecommitdiff
path: root/test/librechroot-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/librechroot-test.sh')
-rw-r--r--test/librechroot-test.sh17
1 files changed, 1 insertions, 16 deletions
diff --git a/test/librechroot-test.sh b/test/librechroot-test.sh
index 51a43bd..fc07983 100644
--- a/test/librechroot-test.sh
+++ b/test/librechroot-test.sh
@@ -1,24 +1,9 @@
#!/usr/bin/env roundup
describe librechroot
-
. ./test-common.sh
-_setup_chrootdir
-
-before() {
- _before librechroot
-
- mkdir -p "$XDG_CONFIG_HOME"/libretools
-
- echo "CHROOTDIR='${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() (
- _after_sudo
-)
+setup_chrootdir
it_creates_repo_for_new_chroots() {
require network sudo || return 0