mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 19:43:51 -05:00
Fixing missing "|| false" in BATS assertion
This commit is contained in:
@@ -75,7 +75,7 @@ teardown() {
|
||||
|
||||
run dolt --user=new_user sql -q "select user from mysql.user"
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ "command denied to user" ]]
|
||||
[[ "$output" =~ "command denied to user" ]] || false
|
||||
|
||||
rm -rf .doltcfg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user