Update bats test for dolt_help table

This commit is contained in:
milogreg
2025-01-20 15:02:35 -08:00
parent c94a93491e
commit 5eca72c2d4

View File

@@ -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
}