diff options
author | danielsdeleo <dan@opscode.com> | 2013-01-22 13:44:50 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-22 13:44:50 -0800 |
commit | f35c21aa44bf086e34eff739e5833c0572aabd2c (patch) | |
tree | 0fd4bb8716f43f72b9c2fe8470e2398b5aa038c7 /spec/functional | |
parent | 7c6e10eac92d8e638953a70dd41cfac77cb366cd (diff) | |
download | chef-f35c21aa44bf086e34eff739e5833c0572aabd2c.tar.gz |
ensure chef-shell func. test reads to the end
Diffstat (limited to 'spec/functional')
-rw-r--r-- | spec/functional/shell_spec.rb | 1 |
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) |