spec/fake_ssh
author Mahlon E. Smith <mahlon@laika.com>
Wed, 28 May 2014 11:45:18 -0700
changeset 8 01c2ba6b0a44
parent 4 3972315383b3
permissions -rwxr-xr-x
Bump version.

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