-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jar files on load_path do not obey Dir.pwd #2215
Milestone
Comments
there are more failing test cases with the Dir.pwd
|
yousuketto
pushed a commit
to yousuketto/jruby
that referenced
this issue
Nov 22, 2014
some tests are not working and get omitted - jruby#2215 and one test got a little workaround for jruby#2216 Sponsored by Lookout Inc.
yousuketto
pushed a commit
to yousuketto/jruby
that referenced
this issue
Nov 22, 2014
…tifacts some tests are not working and get omitted - jruby#2215 and one test got a little workaround for jruby#2216 Sponsored by Lookout Inc.
@mkristian I'm pretty sure you've fixed this in recent versions of JRuby 1.7.x right? |
nope - I think I was on the wrong track here. behaviour as is seems correct. closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this fails
but this passes
JarResource does not take CWD (or PWD) into account and uses the current directory of the JVM instead.
The text was updated successfully, but these errors were encountered: