mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
spec/ruby/core/process/spawn_spec.rb: Use / instead of /tmp
because there is no /tmp on Android.
This commit is contained in:
parent
ed549f80b6
commit
02233e171c
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ describe "Process.spawn" do
|
||||||
|
|
||||||
it "kills extra chdir processes" do
|
it "kills extra chdir processes" do
|
||||||
pid = nil
|
pid = nil
|
||||||
Dir.chdir("/tmp") do
|
Dir.chdir("/") do
|
||||||
pid = Process.spawn("sleep 10")
|
pid = Process.spawn("sleep 10")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue