mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-23 18:58:50 -06:00
run cat
This commit is contained in:
@@ -126,7 +126,7 @@ teardown() {
|
||||
[ "${lines[9]}" = '+------------+' ]
|
||||
|
||||
# new user didn't persist to privs.json
|
||||
cat privs.json
|
||||
run cat privs.json
|
||||
! [[ "$output" =~ "new_user" ]] || false
|
||||
|
||||
# check that mysql.db and privs.json exist
|
||||
@@ -241,7 +241,7 @@ teardown() {
|
||||
[ "${lines[9]}" = '+------------+' ]
|
||||
|
||||
# new user didn't persist to privs.json
|
||||
cat privs.json
|
||||
run cat privs.json
|
||||
! [[ "$output" =~ "new_user" ]] || false
|
||||
|
||||
# check that mysql.db and privs.json exist
|
||||
|
||||
Reference in New Issue
Block a user