Skip to content

Commit f42103f

Browse files
committed
Workaround for GitHub Actions
1 parent 27a8985 commit f42103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gdbm/test_gdbm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_s_open_with_block
143143

144144
def open_db_child(dbname, *opts)
145145
opts = [0644, *opts].map(&:inspect).join(', ')
146-
args = [EnvUtil.rubybin, "-rgdbm", "-e", <<-SRC, dbname]
146+
args = [EnvUtil.rubybin, "-Ilib", "-rgdbm", "-e", <<-SRC, dbname]
147147
STDOUT.sync = true
148148
gdbm = GDBM.open(ARGV.shift, #{opts})
149149
puts gdbm.class

0 commit comments

Comments
 (0)