#!/bin/sh
set -eux

# Needed for the environment test
export TERM=xterm

go test ./
