aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/test-sync.sh
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-04 11:34:46 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-04 11:34:46 +0200
commit3fdf88f612719f062e5a19969f22204075941128 (patch)
treea6db5ecf9f1654878d0a51420878d95f489fd27c /src/auditor/test-sync.sh
parent3ec07d62c35f0e74ed53cb0712ccb446fe656728 (diff)
-fix some vars
Diffstat (limited to 'src/auditor/test-sync.sh')
-rwxr-xr-xsrc/auditor/test-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index 174e03c6..10a2e3f7 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -32,7 +32,7 @@ function exit_fail() {
# Cleanup to run whenever we exit
function cleanup() {
- if test ! -z ${POSTGRES_PATH:-}
+ if ! [[ -z ${POSTGRES_PATH:-} ]]
then
${POSTGRES_PATH}/pg_ctl -D $TMPDIR stop &> /dev/null || true
fi