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