From ab05279782de38dcb8476e0305985f9c5d41fee1 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sat, 13 Apr 2024 17:53:04 +0200 Subject: [PATCH] Fix number of tests --- 18 | 0 ci/test-10-option-u-x.pl | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 18 diff --git a/18 b/18 new file mode 100644 index 0000000..e69de29 diff --git a/ci/test-10-option-u-x.pl b/ci/test-10-option-u-x.pl index 9e7e500..db45737 100755 --- a/ci/test-10-option-u-x.pl +++ b/ci/test-10-option-u-x.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::Command tests => 18; +use Test::Command tests => 15; # -u show targets that are unreachable # -v show version -- 2.43.0