From 4afed67b4579818d1f2314d16047767f48ef7519 Mon Sep 17 00:00:00 2001 From: Von Welch Date: Tue, 22 Apr 2014 22:15:26 -0400 Subject: tests: with agent emulation, pass_init() errors if 'pass init' fails --- tests/setup.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/setup.sh b/tests/setup.sh index d6ba203..df53943 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -54,11 +54,7 @@ pass_init() { fi fi - # This curently returns non-zero for unknown reasons. - # Only happens with stdin set to /dev/null. - # I suspect the agent check. - # TODO: Once fixed, catch non-zero here and fail. - ${PASS} init ${PASSWORD_STORE_KEY} || true + ${PASS} init ${PASSWORD_STORE_KEY} || return 1 echo "Initialization of ${PASSWORD_STORE_DIR} complete." } -- cgit v1.2.3-59-g8ed1b