Skip to content

Commit 9000565

Browse files
Test Homebrew formula with version command
1 parent 36d8b22 commit 9000565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/homebrew/dbxcli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def install
1414
end
1515

1616
test do
17-
assert_match "Usage:", shell_output("#{bin}/dbxcli --help")
17+
assert_match "dbxcli version: #{version}", shell_output("#{bin}/dbxcli version")
1818
end
1919
end

0 commit comments

Comments
 (0)