#!/usr/bin/make -f

export PERL_KADM5_PRINCIPAL=none
export PERL_KADM5_TEST_NAME=none
export PERL_KADM5_TEST_NAME_2=none

%:
	dh $@

override_dh_auto_test:
	# Skip tests: they require administrative access to a KDC
