From 5c983bd05ee1832e51954848e32905a38163abc2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Feb 2023 18:37:05 +0100 Subject: -fix negation for shutdown of PG --- src/auditor/test-revocation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index 187cc0311..a1f0ab1a9 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -96,7 +96,7 @@ function cleanup() function exit_cleanup() { echo "Running exit-cleanup" - if test -z "${POSTGRES_PATH:-}" + if test ! -z "${POSTGRES_PATH:-}" then echo "Stopping Postgres at ${POSTGRES_PATH}" ${POSTGRES_PATH}/pg_ctl -D $TMPDIR -l /dev/null stop &> /dev/null || true -- cgit v1.2.3