-
-
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
$CLASSPATH << 'some/relative/path' does not obey the Dir.pwd #2216
Milestone
Comments
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
added a commit
that referenced
this issue
Dec 3, 2014
mkristian
added a commit
that referenced
this issue
Dec 3, 2014
adjusted some specs to check for path expanded entries. #2216
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for example this line https://github.com/jruby/jruby/blob/master/test/jruby/test_higher_javasupport.rb#L694
expect the "java current directory" to match Dir.pwd to work
just run the test_higher_javasupport.rb from different directory then jruby.home and it fails (see #2215 on how to run a test from a different directory and the $LOAD_PATH issue is very similar)
The text was updated successfully, but these errors were encountered: