xtitle: change test assert_equal to assert_match (#3625)
This commit is contained in:
parent
2786e956ad
commit
2d304b8b15
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ class Xtitle < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
assert_equal "#{version}", shell_output("#{bin}/xtitle -V").chomp
|
assert_match version.to_s, shell_output("#{bin}/xtitle --version")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue