summaryrefslogtreecommitdiff
path: root/spec/functional/shell_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-5314] Add unit and fucntional specsRyan Cragun2014-05-201-0/+10
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* change shell spec to use popen4 only for aix, others use pty.kaustubh-d2013-08-191-15/+53
* aix - rewrite chef-shell functional test using popen4 as ruby pty does not wo...kaustubh-d2013-08-191-33/+15
* Fix spec file loading annoyancesdanielsdeleo2013-06-261-1/+2
* ensure chef-shell func. test reads to the enddanielsdeleo2013-01-221-0/+1
* remove extra 'expect "exit"'danielsdeleo2013-01-221-2/+1
* bump chef-shell func. test read timeout to 30sdanielsdeleo2013-01-221-2/+2
* chef-shell functional tests: wait when no IO availabledanielsdeleo2013-01-211-0/+1
* fix typo in test chef-shell config file pathdanielsdeleo2013-01-211-1/+1
* break out of read loop after timeoutdanielsdeleo2012-11-211-5/+6
* break out of read loop after timeoutdanielsdeleo2012-11-211-2/+3
* fix race condition in reading outputdanielsdeleo2012-11-211-3/+4
* remove debug output from chef-shell testdanielsdeleo2012-11-211-2/+0
* disable ohai plugins for shell func testsdanielsdeleo2012-11-211-1/+2
* Fix chef-shell functional tests for linuxdanielsdeleo2012-11-211-6/+47
* hide `require 'pty'` from windowsdanielsdeleo2012-11-211-1/+3
* use full path to chef-shell in functional testdanielsdeleo2012-11-211-1/+3
* Fix chef-shell for log_level == :autodanielsdeleo2012-11-201-0/+53