Skip to content

Commit

Permalink
NOYT: Fix tests for new hashing scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed May 18, 2021
1 parent 4677036 commit 97b9237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/xoauth2_support.bats
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ load /code/scripts/common-run.sh
local status=$?
[ "$status" -eq 0 ]

cat /etc/postfix/main.cf | grep -q -E '^\s*smtp_tls_session_cache_database\s*=\s*btree:\$\{data_directory\}/smtp_scache$'
cat /etc/postfix/main.cf | grep -q -E '^\s*smtp_tls_session_cache_database\s*=\s*lmdb:\$\{data_directory\}/smtp_scache$'
local status=$?
[ "$status" -eq 0 ]
}

0 comments on commit 97b9237

Please sign in to comment.