From 5dbfc104b7e17e20b6c612e4af88a9f19eb318ba Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Wed, 11 Jul 2018 22:41:51 -0500 Subject: [PATCH] Fix test count. --- t/config.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/config.t b/t/config.t index 848c0f762..829ef5f39 100644 --- a/t/config.t +++ b/t/config.t @@ -1,4 +1,4 @@ -use Test::More tests => 4; +use Test::More tests => 1; use strict; use warnings;