Skip to content

Commit 895849b

Browse files
committed
Fix ruby_home in msgpack test
1 parent 5fc068c commit 895849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/truffle/cexts/msgpack/msgpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source test/truffle/common.sh.inc
44

55
jt gem-test-pack
66

7-
ruby_home="$PWD"
7+
ruby_home="$(jt ruby -e 'puts Truffle::Boot.ruby_home')"
88
export PATH="$ruby_home/bin:$PATH"
99

1010
gem install "$(jt gem-test-pack)/gem-cache/bundler-1.16.5.gem" --local --no-document

0 commit comments

Comments
 (0)