Minor regression: Kernel.system('non-existing-file') produces some output but 
shouldn't
---------------------------------------------------------------------------------------

                 Key: JRUBY-2235
                 URL: http://jira.codehaus.org/browse/JRUBY-2235
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1RC2
         Environment: Latest JRuby 1.1RC2, rev 6111, Ubuntu Linux
            Reporter: Vladimir Sizikov
            Priority: Minor


A bugfix for JRUBY-1557, revision 6111, introduced a minor regression on 
Kernel#system behavior:

system('non-existing-file')

returns false on MRI and no output, while it returns false on JRuby, but with 
additional output:
/bin/sh: non-existing-file: not found

This is visible when running the rubyspecs, with dotted formatter, and not only 
dots are printed, but something like that:
..../bin/sh: sad: not found
..................

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to