Skip to content

Commit

Permalink
test: add new help tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 28, 2023
1 parent 2146f0b commit 2d66bb5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/hicolor.test
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ tcltest::test version-2.1 {} -body {


tcltest::test help-1.1 {} -body {
hicolor help 2>@1
hicolor help
} -match glob -result *usage:*


tcltest::test help-1.2 {} -body {
hicolor -h
} -match glob -result *usage:*


tcltest::test help-1.3 {} -body {
hicolor --help
} -match glob -result *usage:*


Expand Down

0 comments on commit 2d66bb5

Please sign in to comment.