From: Jeremy Harris Date: Sat, 27 Oct 2018 17:06:42 +0000 (+0100) Subject: Testsuite: fix cmdline option for test flavour X-Git-Tag: exim-4.92-RC1~54 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/e99725fdd20257ae71b8159486fce596309729f4 Testsuite: fix cmdline option for test flavour --- diff --git a/test/runtest b/test/runtest index efb352b23..f6e788f2f 100755 --- a/test/runtest +++ b/test/runtest @@ -2656,7 +2656,7 @@ GetOptions( 'valgrind' => \$valgrind, 'range=s{2}' => \my @range_wanted, 'test=i@' => \my @tests_wanted, - 'flavor|flavour=s' => $flavour, + 'flavor|flavour=s' => \$flavour, 'help' => sub { pod2usage(-exit => 0) }, 'man' => sub { pod2usage(