mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
Update error message in init.bats.
This commit is contained in:
@@ -157,7 +157,7 @@ teardown() {
|
||||
|
||||
run dolt init invalid
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ "error: this command does not take positional arguments, but found 1" ]] || false
|
||||
[[ "$output" =~ "does not take positional arguments, but found 1" ]] || false
|
||||
|
||||
run dolt init --invalid
|
||||
[ "$status" -eq 1 ]
|
||||
|
||||
Reference in New Issue
Block a user