id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1360,"""smoke_languages.pl"" doesn't deal with spaces in paths",jpaton,jkeenan,"Running ""smoke_languages.pl"" on Windows Vista x64 I get:

{{{
C:\Program Files (x86)\Parrot-1.8.0>smoke_languages.pl
1..32
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
not ok 1 - check abc
#   Failed test 'check abc'
#   at C:\Program Files (x86)\Parrot-1.8.0\smoke_languages - Copy.pl line 96.

...
}}}

The problem is that ""smoke_languages.pl"" uses backticks to execute external programs. E.g:

{{{
`$command $param`
}}}

But when $command contains spaces we have a problem.",bug,closed,normal,,testing,1.8.0,medium,fixed,space path,fperrad jkeenan,,new,all
