aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test.bats')
-rwxr-xr-xtest.bats3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.bats b/test.bats
index 240dddc..9b5101d 100755
--- a/test.bats
+++ b/test.bats
@@ -16,8 +16,11 @@ teardown() { _clear_state ; }
PORTICRON() {
DATE="$(cat test/data/date-r-output.txt)" \
EMERGE=test/mocks/emerge \
+ PORTDIR=/usr/portage \
GLSA_CHECK=/bin/true \
SENDMAIL=${SENDMAIL:-/bin/true} \
+ HOST=testbox \
+ FQDN=testbox.example.org \
bin/porticron \
-c /dev/null \
"$@"