mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
Update bats test for dolt_help table
This commit is contained in:
@@ -649,5 +649,5 @@ SQL
|
||||
|
||||
run dolt sql -q "select arguments from dolt_help where name='dolt_tag'"
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "-m <msg>, --message=<msg>".*"Use the given <msg> as the tag message." ]] || false
|
||||
[[ "$output" =~ "-m <msg>, --message=<msg>".*"Use the given msg as the tag message." ]] || false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user