aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-01-23 14:38:17 -0500
committerSlack Coder <slackcoder@server.ky>2025-01-23 14:54:05 -0500
commitda89dd975499f6b228d75fa5f25871911fae658a (patch)
tree7d127c40660efce6d36e8d1b6bf6ebbe37fb431e
parentf5160691ae074927c5b8bdd6438c23c9ffc41be0 (diff)
downloadsbotools2-da89dd975499f6b228d75fa5f25871911fae658a.tar.xz
correct number of tests
-rwxr-xr-xt/01-unit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t
index 73f905c..eead3bc 100755
--- a/t/01-unit.t
+++ b/t/01-unit.t
@@ -11,7 +11,7 @@ use Capture::Tiny qw/ capture_merged /;
use File::Temp 'tempdir';
use Cwd;
-plan tests => 62;
+plan tests => 61;
# 1-2: test script_error();
{