You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also massaged the tests to use File.equals(File) since it is too picky to expect things like trailing \ on a directory. I think the spirit of this string is intended to be used as either:
ScriptingContainer.getHomeDirectory() and getCurrentDirectory() return / paths and no \ paths on Windows
Environment
Windows on both JRuby 1.7.25 and 9.0.5.0+.
Expected Behavior
Paths are documented to return as OS-specific for Scripting container but we always return as unix-style paths.
Actual Behavior
The text was updated successfully, but these errors were encountered: