aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-06 00:44:16 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 15:53:42 +0100
commitfb4c6c150345c76c73de7cdfcb48caab34c5cab6 (patch)
treecc8b59b6bcbc85d5fb3df19c5d3a604a7f0c4653 /libtests/qtest
parent6d1d244615154d02405d345ec46872976eb20881 (diff)
downloadqpdf-fb4c6c150345c76c73de7cdfcb48caab34c5cab6.tar.zst
Increase coverage for RC4 testing
Diffstat (limited to 'libtests/qtest')
-rw-r--r--libtests/qtest/rc4.test7
1 files changed, 6 insertions, 1 deletions
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
{