#!/bin/sh
set -eu

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

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