Fix a typo in a test

* tests/sanity/namedprop.test: fix typo for proper output
This commit is contained in:
Maximilien Colange 2017-11-22 11:08:20 +01:00
parent 7e0fc448c5
commit 7066fe29e5

View file

@ -47,7 +47,7 @@ while read prop; do
fi
done
if test -f namedprop.log; then
echo "The following named properties are not documented in $ORG:"
echo "The following named properties are not documented in $DOC:"
cat namedprop.log
exit 1
fi