howdy/tests/passthrough.sh
2018-11-19 18:36:35 +01:00

3 lines
198 B
Bash

# Check if the username passthough works correctly with sudo
howdy | ack-grep --passthru --color "current active user: travis"
sudo howdy | ack-grep --passthru --color "current active user: travis"