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 committed by Alexandre Duret-Lutz
parent d967dcb155
commit 0fabd6b7fb

View file

@ -47,7 +47,7 @@ while read prop; do
fi fi
done done
if test -f namedprop.log; then 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 cat namedprop.log
exit 1 exit 1
fi fi