spec/fake_ssh
author Mahlon E. Smith <mahlon@martini.nu>
Fri, 16 May 2014 08:28:27 -0700
changeset 5 6177a734f764
parent 4 3972315383b3
permissions -rwxr-xr-x
Zombie killer. Make sure we reap our children, even if they are misbehaving.

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