From ec767c359049b567bcf21c414a3b5c8230c3112e Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Thu, 18 May 2017 19:02:44 +0100 Subject: [PATCH] Test as system extension: fix --- tests/60_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/60_install.sh b/tests/60_install.sh index c87ecac..7f90cdd 100644 --- a/tests/60_install.sh +++ b/tests/60_install.sh @@ -12,8 +12,9 @@ if test_have_prereq TRAVIS; then sudo make --directory=$EXT_HOME install ' + export PASSWORD_STORE_ENABLE_EXTENSIONS='' + export PASSWORD_STORE_EXTENSIONS_DIR='' test_expect_success 'Testing installated extension.' ' - unset PASSWORD_STORE_ENABLE_EXTENSIONS && _pass open && _pass close '