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
Fix which behavior when passed an empty string (#33150)
* Fix behavior of Sys.which when passed an empty String argument
* Added test to check for fixed Sys.which behavior with empty string input
* Added test to check that Sys.which returns nothing when passed a blank
string
* Ensure that Sys.which returns a regular file and never a directory
* Moved new Sys.which tests into test/spawn.jl alongside the existing ones
* Remove new which tests from test/sysinfo.jl (they've moved to
test/spawn.jl)
(cherry picked from commit fa235cc)
0 commit comments