From a3e4aaa57bd09d4c4f9f9c38e48ba1716b4d0698 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Tue, 29 Nov 2016 13:36:20 +0000
Subject: [PATCH] Removing x11-common would remove some essential stuff,
 including emacs

---
 src/freedombone-tests | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/freedombone-tests b/src/freedombone-tests
index 1eb7424c4..9e6f1c351 100755
--- a/src/freedombone-tests
+++ b/src/freedombone-tests
@@ -1151,15 +1151,6 @@ function test_stig {
     output "V-38674" $? ${SETLANG}
     ################
 
-    ##RHEL-06-000291
-    ##The xorg-x11-server-common (X Windows) package must not be installed, unless required.
-
-    bash $STIG_TESTS_DIR/check-packages.sh x11-common >/dev/null 2>&1 &
-
-    stig_spinner $!
-    output "V-38676" $? ${SETLANG}
-    ################
-
     ##RHEL-06-000294
     ##All GIDs referenced in /etc/passwd must be defined in /etc/group
 
-- 
GitLab