From fb4c6c150345c76c73de7cdfcb48caab34c5cab6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 5 Nov 2019 18:44:16 -0500 Subject: Increase coverage for RC4 testing --- libtests/qtest/rc4.test | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libtests/qtest') diff --git a/libtests/qtest/rc4.test b/libtests/qtest/rc4.test index 0207317c..25a5ab45 100644 --- a/libtests/qtest/rc4.test +++ b/libtests/qtest/rc4.test @@ -35,9 +35,14 @@ foreach my $key (@tests) {$td->FILE => "test$n.in"}); } +$td->runtest("other tests", + {$td->COMMAND => "rc4 other"}, + {$td->STRING => "passed\n", $td->EXIT_STATUS => 0}, + $td->NORMALIZE_NEWLINES); + cleanup(); -$td->report(4 * scalar(@tests)); +$td->report(1 + (4 * scalar(@tests))); sub cleanup { -- cgit v1.2.3-54-g00ecf