#!/bin/sh

. ./test-functions

echo -n "Wait on tainted test:		"
_cat=$(copy cat)
test_wait_logged $_cat confidential
rm -f $_cat
