[PATCH 1/2] tests: unset POSIXLY_CORRECT

Ralph Torres mail at ralphptorr.es
Sun Nov 26 08:26:29 UTC 2023


The tests understandably fail when the env var POSIXLY_CORRECT is set.
Fix the failing tests by preemptively unsetting the said variable.
---
 tests/setup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/setup.sh b/tests/setup.sh
index 058ce0ab3b5d..516f5a41f159 100644
--- a/tests/setup.sh
+++ b/tests/setup.sh
@@ -21,6 +21,7 @@ unset PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS
 unset PASSWORD_STORE_ENABLE_EXTENSIONS
 unset PASSWORD_STORE_EXTENSIONS_DIR
 unset PASSWORD_STORE_SIGNING_KEY
+unset POSIXLY_CORRECT
 unset EDITOR
 
 # We must be called from tests/
-- 
2.43.0





More information about the Password-Store mailing list