Gitweb:
https://git.exim.org/exim.git/commitdiff/e99725fdd20257ae71b8159486fce596309729f4
Commit: e99725fdd20257ae71b8159486fce596309729f4
Parent: 9078840563ffbb46c5a06f3eb94e5742e3ede07c
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Oct 27 18:06:42 2018 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Oct 27 18:06:42 2018 +0100
Testsuite: fix cmdline option for test flavour
---
test/runtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/runtest b/test/runtest
index efb352b..f6e788f 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(