Skip to content

Commit dbff6a3

Browse files
committed
Update TurtleTerm formula help assertions
1 parent c1861ff commit dbff6a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/homebrew/Formula/turtle-term.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def caveats
6464
end
6565

6666
test do
67-
assert_match "SourceOS terminal command wrapper", shell_output("#{bin}/sourceos-term --help")
68-
assert_match "SourceOS terminal command wrapper", shell_output("#{bin}/turtle-term --help")
67+
assert_match "TurtleTerm command wrapper", shell_output("#{bin}/sourceos-term --help")
68+
assert_match "TurtleTerm command wrapper", shell_output("#{bin}/turtle-term --help")
6969

7070
events = testpath/"events.ndjson"
7171
receipts = testpath/"receipts"

0 commit comments

Comments
 (0)