]> git.gsnw.org Git - fping.git/commitdiff
Fix a comment describing a test
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Tue, 6 Feb 2024 19:20:23 +0000 (20:20 +0100)
committerDavid Schweikert <david@schweikert.ch>
Wed, 7 Feb 2024 07:55:51 +0000 (08:55 +0100)
ci/test-03-forbidden.pl

index d7ec1d3b2cf0a2beeb15870bbf3755a5ce7dca3c..b8f216964940daf78c4ca6c26e1a7e40d2778ab9 100755 (executable)
@@ -50,7 +50,7 @@ $cmd9->exit_is_num(1);
 $cmd9->stdout_is_eq("");
 $cmd9->stderr_is_eq("fping: backoff factor 0.9 not valid, must be between 1.0 and 5.0\n");
 
-# fping -B 0.9
+# fping -B 5.1
 my $cmd10 = Test::Command->new(cmd => "fping -B 5.1 127.0.0.1");
 $cmd10->exit_is_num(1);
 $cmd10->stdout_is_eq("");