Skip to content

Commit

Permalink
fix: tests for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Feb 20, 2024
1 parent 5c3c82d commit 3c607b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/launch_tests_on_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ runtests()
configchg 's=^\\\\x22bastionCommand\\\\x22.+=\\\\x22bastionCommand\\\\x22:\\\\x22ssh\\\\x20USER\\\\x40'"$remote_ip"'\\\\x20-p\\\\x20'"$remote_port"'\\\\x20-t\\\\x20--\\\\x22,='

# account1 skips PAM MFA
success account1_nopam $r0 "usermod -a -G bastion-nopam $account0"
success account1_nopam $r0 "command -v pm && pw groupmod -n bastion-nopam -m $account0 || usermod -a -G bastion-nopam $account0"

# backup the original default configuration on target side
now=$(date +%s)
Expand Down

0 comments on commit 3c607b8

Please sign in to comment.