summaryrefslogtreecommitdiff
path: root/tests/init.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.cfg')
-rw-r--r--tests/init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index e04d90f2..772e1192 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -48,7 +48,7 @@ require_timeout_()
require_pcre_()
{
echo . | grep -P . 2>err || skip_ no PCRE support
- compare err /dev/null || fail_ PCRE available, but stderr not empty.
+ compare /dev/null err || fail_ PCRE available, but stderr not empty.
}
# Some tests would fail without this particular locale.