Tests directory

This commit is contained in:
Bob Mottram 2018-05-06 10:46:12 +01:00
parent 5c0c70b296
commit 9f91551bc6
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ function test_stig {
################
##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 $!
output "SV-86857r1_rule" $? ${SETLANG}
################