File: gsasl-dovecot-gssapi-heimdal-root

package info (click to toggle)
libgssglue 0.9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 496 kB
  • sloc: ansic: 3,532; sh: 219; makefile: 51
file content (14 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
set -x

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

echo 'libgssapi.so.3 mechglue_internal_krb5_init' > /etc/gssapi_mech.conf

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

exit 0