aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 515e6e3d24..b549b6f770 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -348,7 +348,7 @@ class TestProcess < Test::Unit::TestCase
with_tmpchdir {|d|
write_file 's', <<-"End"
ENV["mgg"] = nil
- prog = "/nonexistent"
+ prog = "./nonexistent"
begin
Process.exec({"mgg" => "mggoo"}, [prog, prog])
rescue Errno::ENOENT