From 63872c7e31b7a183d8fd0caec2878ea9c4b73ef3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sun, 1 Dec 2019 08:02:06 +0900 Subject: [ruby/gdbm] Workaround for GitHub Actions https://github.com/ruby/gdbm/commit/f42103fe93 --- test/gdbm/test_gdbm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gdbm/test_gdbm.rb b/test/gdbm/test_gdbm.rb index 64692a4465..e02282b451 100644 --- a/test/gdbm/test_gdbm.rb +++ b/test/gdbm/test_gdbm.rb @@ -143,7 +143,7 @@ if defined? GDBM def open_db_child(dbname, *opts) opts = [0644, *opts].map(&:inspect).join(', ') - args = [EnvUtil.rubybin, "-rgdbm", "-e", <<-SRC, dbname] + args = [EnvUtil.rubybin, "-Ilib", "-rgdbm", "-e", <<-SRC, dbname] STDOUT.sync = true gdbm = GDBM.open(ARGV.shift, #{opts}) puts gdbm.class -- cgit v1.2.3