Skip to content

Commit

Permalink
- Minor changes to tests to pass when tests ran with extra flags (eg …
Browse files Browse the repository at this point in the history
…-p).

[git-p4: depot-paths = "//src/minitest/dev/": change = 14072]
  • Loading branch information
zenspider committed Mar 13, 2024
1 parent 9d2fc6c commit 112cdff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/minitest/test_minitest_test_task.rb
Expand Up @@ -26,6 +26,7 @@ def test_make_test_cmd_for_minitest
end

assert_equal MT_EXPECTED % [framework].join("; "), @tester.make_test_cmd
.sub(/ -- .+/, " -- ")
end

def test_make_test_cmd_for_minitest_prelude
Expand All @@ -42,5 +43,6 @@ def test_make_test_cmd_for_minitest_prelude
end

assert_equal MT_EXPECTED % [prelude, framework].join("; "), @tester.make_test_cmd
.sub(/ -- .+/, " -- ")
end
end

0 comments on commit 112cdff

Please sign in to comment.