#!/bin/sh

. ./test-functions

echo -n "Wait on untainted test:		"
_cat=$(copy cat)
test_wait_not_logged $_cat never
rm -f $_cat
