summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-22 13:44:50 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-22 13:44:50 -0800
commitf35c21aa44bf086e34eff739e5833c0572aabd2c (patch)
tree0fd4bb8716f43f72b9c2fe8470e2398b5aa038c7 /spec/functional
parent7c6e10eac92d8e638953a70dd41cfac77cb366cd (diff)
downloadchef-f35c21aa44bf086e34eff739e5833c0572aabd2c.tar.gz
ensure chef-shell func. test reads to the end
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/shell_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functional/shell_spec.rb b/spec/functional/shell_spec.rb
index e38e6fcf01..b0fe0614db 100644
--- a/spec/functional/shell_spec.rb
+++ b/spec/functional/shell_spec.rb
@@ -71,6 +71,7 @@ describe Chef::Shell do
writer.print("exit\n")
read_until(reader, "exit")
read_until(reader, "\n")
+ read_until(reader, "\n")
writer.close
exitstatus = wait_or_die(pid)