aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-03-18 16:45:58 +0000
committerDavid Howells <dhowells@redhat.com>2014-03-18 16:45:58 +0000
commit2e050a124bff1c7d86a4e9f5b75ea34559f6cceb (patch)
tree7324c4c8d99b5825616402b155fa413ebeabb450
parent17703f161dd12fbebfb2e9ca51135293a9746fc7 (diff)
downloadkeyutils-2e050a124bff1c7d86a4e9f5b75ea34559f6cceb.tar.gz
TEST: Disable AVC checking in the bz1031154 testcase
Disable checks for AVCs by the test infrastructure in the bz1031154 testcase because we intentionally generate AVCs as part of the test. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--tests/bugzillas/bz1031154/runtest.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugzillas/bz1031154/runtest.sh b/tests/bugzillas/bz1031154/runtest.sh
index 1a9a8e6..aee8a28 100644
--- a/tests/bugzillas/bz1031154/runtest.sh
+++ b/tests/bugzillas/bz1031154/runtest.sh
@@ -5,6 +5,10 @@
. ../../prepare.inc.sh
. ../../toolbox.inc.sh
+# We intentionally generate AVCs so the test system shouldn't fail us
+# because the AVCs were generated.
+export AVC_ERROR=+no_avc_check
+export RHTS_OPTION_STRONGER_AVC=
# ---- do the actual testing ----