#!/bin/sh
pipal debian/tests/500-worst-passwords.txt >$AUTOPKGTEST_TMP/output
echo "pipal's output:"
cat $AUTOPKGTEST_TMP/output
if ! grep -q "Top 10 passwords" $AUTOPKGTEST_TMP/output; then
    echo "ERROR: Missing 'Top 10 passwords'section"
    exit 1
fi
