cd $AUTOPKGTEST_TMP
echo 'Hi, this is a test' > test1
echo 'Hi, this is another test' > test2
docdiff --wdiff --digest test1 test2 | grep -e '+another'
