This commit is contained in:
James Cor
2022-05-23 14:01:22 -07:00
parent bdc0086b1f
commit 9cb4b5285b

View File

@@ -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