diff options
Diffstat (limited to 'test.bats')
-rwxr-xr-x | test.bats | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ "$@" |