diff --git a/testsuite/expect/globals b/testsuite/expect/globals index e3ff7ff096c4f00317c779421a10fbb5b9eb0085..7b86aad1bb35b581e9bfdafddd7968dc2d0db6a8 100755 --- a/testsuite/expect/globals +++ b/testsuite/expect/globals @@ -869,7 +869,7 @@ proc test_account_storage { } { set account_storage 0 spawn $scontrol show config expect { - -re "(accounting_storage/slurmdbd|accounting_storage/mysql)" { + -re "(accounting_storage/slurmdbd|accounting_storage/mysql|accounting_storage/pgsql)" { set account_storage 1 exp_continue }