You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ssh_agent/fake_agents/ssh-agent-incompatible

9 lines
242 B
Bash

#!/usr/bin/env bash
# write > 13 chars to satisfy the check
echo bogusbogusbogus
# wait long enough for the parent process to fail accessing the socket file we didn't create
# this ensures consistent failure on fast/slow test hosts
sleep 3