1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 18:47:03 +00:00

swaks-tests: allow server address override

This commit is contained in:
James Hillyerd
2022-05-08 13:13:25 -07:00
parent 06d4120682
commit 2c68128d5d

View File

@@ -24,7 +24,7 @@ case "$1" in
;; ;;
esac esac
export SWAKS_OPT_server="127.0.0.1:2500" export SWAKS_OPT_server="${SWAKS_OPT_server:-'127.0.0.1:2500'}"
export SWAKS_OPT_to="$to@inbucket.local" export SWAKS_OPT_to="$to@inbucket.local"
# Basic test # Basic test