summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-06-05 09:58:28 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-11 09:38:56 +0900
commitec897fd204c40eea9a6e1802ab8ae5cd18b27c35 (patch)
tree640d67839f4ce207bfdc34904280cd27b2f6a6d2 /common.mk
parentdba72134de4e8e86caf9eccb0185eb9505314f93 (diff)
Fix `make test-bundler`
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13520
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 34287c5782..7800bc1e1d 100644
--- a/common.mk
+++ b/common.mk
@@ -1686,7 +1686,7 @@ yes-test-bundler: $(PREPARE_BUNDLER)
$(gnumake_recursive)$(XRUBY) \
-r./$(arch)-fake \
-e "exec(*ARGV)" -- \
- $(XRUBY) -C $(srcdir) -Ispec/bundler -Ispec/lib .bundle/bin/rspec \
+ $(XRUBY) -C $(srcdir) -Ispec/bundler -Ispec/lib spec/bin/rspec \
-r spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
no-test-bundler: