spec/fake_ssh
author Mahlon E. Smith <mahlon@laika.com>
Thu, 12 Jul 2018 15:28:32 -0700
changeset 12 61c5ec82378f
parent 4 3972315383b3
permissions -rwxr-xr-x
Added tag v0.2.0 for changeset ffa70066522c

#!/usr/bin/env ruby
#
# Rather than mocking out all of spawn() and its pipes, test end-to-end.

print <<-EOF
Warning: no access to tty;
Thus no job control in this shell.
Hi there!
EOF

exit 0