diff --git a/src/freedombone-tests b/src/freedombone-tests
index bba4629dbf4ba21768cd0d4de46b10fda961d563..a5a9e5a2a0f5817bd7b489564bbc7e0047d21a81 100755
--- a/src/freedombone-tests
+++ b/src/freedombone-tests
@@ -206,17 +206,6 @@ function test_stig {
     output "V-38496" $? ${SETLANG}
     ################
 
-    ##RHEL-06-000030
-    ##The system must not have accounts configured with blank or null passwords.
-    ##For more Detial http://www.cyberciti.biz/tips/how-to-linux-prevent-the-reuse-of-old-passwords.html
-    ##For more Detial http://www.cyberciti.biz/tips/linux-or-unix-disable-null-passwords.html
-
-    grep nullok /etc/pam.d/common-password > /dev/null 2>&1 &
-
-    stig_spinner $!
-    output "V-38497" $? ${SETLANG}
-    ################
-
     ##RHEL-06-000031
     ##The /etc/passwd file must not contain password hashes.