#!/bin/sh
# test from the lbt manpage

set -e

indir=doc/examples/test-examples

hlins -q -db ${indir}/directors.db ${indir}/test1.in \
    | diff -q - debian/tests/expected-output
