#!/bin/sh

. ./test-functions

echo -n "X11 taints test:			"
_wget=$(copy wget)
( # Sub-shell so as not to taint the test process.
	cat confidential | ./programs/x11pipe | test_evil_bit $_wget --no-check-certificate -i - --quiet -O /dev/null
)
rm -f $_wget
