spec/fake_ssh
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 02 Sep 2019 08:41:08 -0700
changeset 13 8e29e051b417
parent 4 3972315383b3
permissions -rwxr-xr-x
rdoc -> markdown for the README.

#!/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