#!/bin/sh
set -eu

cp -a testdata/english/* "$ADTTMP"
cd "$ADTTMP"

stemwords < voc.txt > test-output.txt
cmp output.txt test-output.txt
