mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-23 10:27:34 -06:00
finally
This commit is contained in:
@@ -51,7 +51,7 @@ teardown() {
|
||||
# check that mysql.db file exists, and privs.json doesn't
|
||||
run ls
|
||||
[[ "$output" =~ "mysql.db" ]] || false
|
||||
![[ "$output" =~ "privs.json" ]] || false
|
||||
[[ !"$output" =~ "privs.json" ]] || false
|
||||
|
||||
# remove mysql.db and privs.json if they exist
|
||||
rm -f mysql.db
|
||||
@@ -131,7 +131,7 @@ teardown() {
|
||||
# check that mysql.db exists, and privs.json doesn't
|
||||
run ls
|
||||
[[ "$output" =~ "mysql.db" ]] || false
|
||||
![[ "$output" =~ "privs.json" ]] || false
|
||||
[[ !"$output" =~ "privs.json" ]] || false
|
||||
|
||||
# remove mysql.db and privs.json if they exist
|
||||
rm -f mysql.db
|
||||
|
||||
Reference in New Issue
Block a user