spec/fake_ssh
changeset 4 3972315383b3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/fake_ssh	Tue May 13 14:38:21 2014 -0700
@@ -0,0 +1,12 @@
+#!/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
+