Skip to content

Commit

Permalink
Workaround for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 30, 2019
1 parent 27a8985 commit f42103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gdbm/test_gdbm.rb
Expand Up @@ -143,7 +143,7 @@ def test_s_open_with_block

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
Expand Down

0 comments on commit f42103f

Please sign in to comment.