Tests directory
This commit is contained in:
parent
5c0c70b296
commit
9f91551bc6
|
@ -760,7 +760,7 @@ function test_stig {
|
||||||
################
|
################
|
||||||
|
|
||||||
##Check that openssh client and server are installed
|
##Check that openssh client and server are installed
|
||||||
bash scripts/check-ssh.sh installed >/dev/null 2>&1 &
|
bash $STIG_TESTS_DIR/check-ssh.sh installed >/dev/null 2>&1 &
|
||||||
stig_spinner $!
|
stig_spinner $!
|
||||||
output "SV-86857r1_rule" $? ${SETLANG}
|
output "SV-86857r1_rule" $? ${SETLANG}
|
||||||
################
|
################
|
||||||
|
|
Loading…
Reference in New Issue