#!/bin/sh

. ./test-functions

echo -n "Wget test:				"
_wget=$(copy wget)
test_no_evil_bit $_wget --no-check-certificate https://$SF_HOSTNAME/ --quiet -O /dev/null
rm -f $_wget
