#!/bin/sh

set -eux

# skip tests if networking is unavailable
curl -f https://httpbun.org/status/202 || EXIT 77

pg_buildext installcheck
