From 51dbc977839eb0b203104cd8662fe08ee62ae4c4 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Wed, 14 Oct 2015 20:52:50 +0200 Subject: [PATCH] fix test --- ci/test-09-option-r-t.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-09-option-r-t.pl b/ci/test-09-option-r-t.pl index 6d4b1dd..d9c7dfd 100755 --- a/ci/test-09-option-r-t.pl +++ b/ci/test-09-option-r-t.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::Command tests => 15; +use Test::Command tests => 18; # -R random bytes # -r n number of retries (default 3) -- 2.43.0