Skip to content

Commit

Permalink
add spec for quoted args, failing on Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwahler committed Jul 19, 2011
1 parent 2700a8a commit 5d804d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/childprocess_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
end
end

it "can handle whitespace and special characters in arguments" do
args = ["foo bar", 'foo\bar']
it "can handle whitespace, special characters and quotes in arguments" do
args = ["foo bar", 'foo\bar', "'i-am-quoted'"]

Tempfile.open("argv-spec") do |file|
process = write_argv(file.path, *args).start
Expand Down

0 comments on commit 5d804d3

Please sign in to comment.