summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-29 16:11:09 -0400
committerMicah Anderson <micah@riseup.net>2013-08-29 16:11:09 -0400
commiteb7988e3c54ed68c8522e6ec43034a6ceb0561bb (patch)
tree261fce594b1310ceb8008ccd8e588d5290df42ea
parentdab37e8092f29b44117ac4b7fffb808c36002e67 (diff)
move the --tls option down into the swaks_auth section; make it --tlsc instead; add a --timeout with a low value because otherwise it is annoying
-rwxr-xr-xtest-swaks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-swaks.sh b/test-swaks.sh
index 03414b3..3614740 100755
--- a/test-swaks.sh
+++ b/test-swaks.sh
@@ -8,8 +8,8 @@ server='localhost'
# override $server with possible exported shell var
[ $SWAKS_SERVER ] && server=$SWAKS_SERVER
-swaks_options="--server $server --tls --hide-informational --suppress-data -p 587"
-swaks_auth="--tls-cert $HOME/leap/test/certs/cert.crt --tls-key $HOME/leap/test/certs/cert.key"
+swaks_options="--timeout 5 --server $server --hide-informational --suppress-data"
+swaks_auth="--tlsc --tls-cert $HOME/leap/test/certs/cert.crt --tls-key $HOME/leap/test/certs/cert.key"
echo "swaks_options: $swaks_options"
echo "swaks_auth : $swaks_auth"