#!/bin/sh
# This runs the upstream testsuite, but with a local DNS server
# to prevent the test suite from reaching out to the internet.
set -eux

export TESTDATA_UPSTREAM_SERVER="localhost"
exec /usr/bin/dh_golang_autopkgtest
