Skip to content

Commit

Permalink
sonixflasher: assert any version
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Sep 14, 2024
1 parent a73e488 commit 546027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/sonixflasher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ def install

test do
output = shell_output("#{bin}/sonixflasher -V 2>&1", 1)
assert_match "sonixflasher 2.0.5\n", output
assert_match(/sonixflasher \d+\.\d+\.\d+\n/, output)
end
end

0 comments on commit 546027f

Please sign in to comment.