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>
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 ----