spec/fake_ssh
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 15 Jul 2020 15:41:32 -0700
changeset 20 a64e6e4f8446
parent 4 3972315383b3
permissions -rwxr-xr-x
Added tag v0.4.0 for changeset f31d60b04f8a

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