summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/librerelease-test.sh11
-rw-r--r--test/test-common.sh1
2 files changed, 1 insertions, 11 deletions
diff --git a/test/librerelease-test.sh b/test/librerelease-test.sh
index 4a20636..5ffbb14 100644
--- a/test/librerelease-test.sh
+++ b/test/librerelease-test.sh
@@ -3,17 +3,6 @@
describe librerelease
. ./test-common.sh
-before() {
- common_before
-
- cat >> "$XDG_CONFIG_HOME/libretools/libretools.conf" <<-eot
- REPODEST=ssh://repo@repo.parabola.nu:1863/~/staging/$LIBREUSER/staging/
- eot
- cat >> "$XDG_CONFIG_HOME/pacman/makepkg.conf" <<-eot
- PKGEXT=.pkg.tar.gz
- eot
-}
-
it_displays_usage_text() {
rm -rf "$XDG_CONFIG_HOME"
LC_ALL=C librerelease -h >"$tmpdir/stdout" 2>"$tmpdir/stderr"
diff --git a/test/test-common.sh b/test/test-common.sh
index 317f159..b7e9c10 100644
--- a/test/test-common.sh
+++ b/test/test-common.sh
@@ -42,6 +42,7 @@ common_before() {
install -Dm644 /dev/stdin "$XDG_CONFIG_HOME"/libretools/libretools.conf <<-eot
WORKDIR=${tmpdir@Q}/workdir
BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt
+ REPODEST=ssh://$LIBREUSER@localhost:1863/~/staging/$LIBREUSER/staging/
eot
install -Dm644 /dev/stdin "$XDG_CONFIG_HOME"/libretools/chroot.conf <<-eot
CHROOTDIR=${chrootdir@Q}