From 99a9e43c31445464271502e60e99ed6e16a35566 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Jun 2012 18:26:31 -0700 Subject: tests: move disabling of sandbox verbose to common init Since none of our tests care about the verbose output, move the disable to a common location so we don't have to do it on a more fine grained basis. Signed-off-by: Mike Frysinger --- tests/fchownat-2.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/fchownat-2.sh') diff --git a/tests/fchownat-2.sh b/tests/fchownat-2.sh index 9fd68f0..5c67616 100755 --- a/tests/fchownat-2.sh +++ b/tests/fchownat-2.sh @@ -17,6 +17,5 @@ fchownat-0 0 AT_FDCWD link ${SB_UID} ${SB_GID} 0 || exit 1 # this *should* trigger a sandbox violation adddeny $PWD/deny export SANDBOX_LOG=$PWD/sb.log -unset SANDBOX_VERBOSE fchownat-0 -1 AT_FDCWD link ${SB_UID} ${SB_GID} 0 || exit 1 test -s sb.log -- cgit v1.2.3-18-g5258