Skip to content

Commit 0b1b503

Browse files
committed
Found a way to ignore bundler path for default-bundled-gems test
1 parent bd34bcd commit 0b1b503

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/truffle/gems/default-bundled-gems.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jt ruby gems2gemfile.rb
88

99
cat Gemfile
1010

11-
if [[ "$(jt ruby -S bundle config path)" =~ "Set for " ]]; then
12-
echo "This test only works with no bundle path"
13-
exit 2
14-
fi
11+
# This test only works with no bundle path set
12+
bundle config set --local path.system true
1513

1614
jt ruby -S bundle install --local
1715

0 commit comments

Comments
 (0)