#!/bin/sh
set -e
cd test
TEST_INTERNET=1 prove -v -I../lib t/uscan.t
