#!/bin/sh

set -e
set -x

if command -v valgrind; then
    VALGRIND="valgrind --error-exitcode=1"
fi

GSASL="$VALGRIND /usr/bin/gsasl" tests/gsasl-dovecot-gssapi.sh

exit 0
