From 0fabd6b7fbb948b721b966da99be912526778175 Mon Sep 17 00:00:00 2001 From: Maximilien Colange Date: Wed, 22 Nov 2017 11:08:20 +0100 Subject: [PATCH] Fix a typo in a test * tests/sanity/namedprop.test: fix typo for proper output --- tests/sanity/namedprop.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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