summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/irb/test_debug_cmd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/irb/test_debug_cmd.rb b/test/irb/test_debug_cmd.rb
index 389e03854d..e3589d3a5c 100644
--- a/test/irb/test_debug_cmd.rb
+++ b/test/irb/test_debug_cmd.rb
@@ -16,8 +16,8 @@ module TestIRB
}
def setup
- if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby"
- omit "This doesn't work on ruby/ruby CI"
+ if ENV["GITHUB_ACTION_REPOSITORY"] != "ruby/irb"
+ omit "This test works only on ruby/irb CI"
end
end