#!/bin/sh

. ./test-functions

echo -n "Tainted wget test:			"
_wget=$(copy wget)
test_evil_bit $_wget --no-check-certificate -i confidential --quiet -O /dev/null
rm -f $_wget
