diff --git a/tests/sanity/namedprop.test b/tests/sanity/namedprop.test index a21e2c224..864d603d3 100755 --- a/tests/sanity/namedprop.test +++ b/tests/sanity/namedprop.test @@ -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