File.fnmatch **/* does not behave like MRI's
--------------------------------------------

                 Key: JRUBY-2196
                 URL: http://jira.codehaus.org/browse/JRUBY-2196
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1RC2
         Environment: JRuby 1.1RC2
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)

            Reporter: Victor Hugo Borja
            Assignee: Thomas E Enebo
            Priority: Blocker


In MRI ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux]

File.fnmatch("**/*", 'some/long/path/file.name', File::FNM_PATHNAME)  => true

JRuby 1.1RC2 

File.fnmatch("**/*", 'some/long/path/file.name', File::FNM_PATHNAME)  => false



-- 
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