Fix a typo in a test
* tests/sanity/namedprop.test: fix typo for proper output
This commit is contained in:
parent
d967dcb155
commit
0fabd6b7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue