Skip to content

Commit

Permalink
test/system: Support an optional nano version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonyme authored and debarshiray committed Feb 24, 2021
1 parent 3801bd6 commit baac046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/001-version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ load 'libs/bats-assert/load'
@test "version: Check version using option --version" {
run toolbox --version

assert_output --regexp '^toolbox version [0-9]+\.[0-9]+\.[0-9]+$'
assert_output --regexp '^toolbox version [0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?$'
}

0 comments on commit baac046

Please sign in to comment.