If you have Actors that run MacOS 11 or later, note that these use the Zsh shell for user accounts by default. This shell is not compatible with Validation testing through these user accounts.
For Validation testing on non-system accounts, you must set the default shell for any user accounts to bash.
To Configure User Accounts with Bash
Choose one of these methods to configure user accounts for the bash shell.
Configure user accounts from the MacOS desktop
Navigate to System Settings.
Open Users and Groups.
Unlock admin settings (gold lock).
Right-click a user account and select Advanced Options.
Select the bash shell (
/bin/bash) and save the settings.Repeat for each user account that will be used for Validation testing.
Configure user accounts from the Mac terminal
cat /etc/shells echo $SHELL (optional to see current users shell) sudo chsh -s /bin/bash <username>