#!/bin/sh

. ./test-functions

echo -n "stat taint test:			"
_stat=$(copy stat)
test_taint_logged $_stat confidential
rm -f $_stat
