mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 10:19:24 -06:00
Fixing another broken test
This commit is contained in:
@@ -75,8 +75,7 @@ teardown() {
|
||||
|
||||
run dolt --user=new_user sql -q "select user from mysql.user"
|
||||
[ "$status" -eq 1 ]
|
||||
echo "OUTPUT: $output"
|
||||
[[ "$output" =~ "Access denied for user" ]]
|
||||
[[ "$output" =~ "command denied to user" ]]
|
||||
|
||||
rm -rf .doltcfg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user