From 6dbd84ddf7f4483a3e71cbc9ac159be4ce869443 Mon Sep 17 00:00:00 2001 From: James Cor Date: Mon, 23 May 2022 14:44:48 -0700 Subject: [PATCH] run cat --- integration-tests/bats/0.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/bats/0.bats b/integration-tests/bats/0.bats index e8d8f21326..e3312dbc7b 100644 --- a/integration-tests/bats/0.bats +++ b/integration-tests/bats/0.bats @@ -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