diff options
author | Brandon Casey <drafnel@gmail.com> | 2009-12-03 11:52:46 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 10:07:17 -0800 |
commit | 907a0b1e04ea31cb368e9422df93d8ebb0187914 (patch) | |
tree | d437b9c7a251f800839d275a29a9e9581d522498 /t/t5100/patch0012 | |
parent | Merge in 1.6.5.4 (diff) | |
download | tgif-907a0b1e04ea31cb368e9422df93d8ebb0187914.tar.xz |
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
The '--no-chain-reply-to' option is a Getopt::Long boolean option. The
'--no-' prefix (as in --no-chain-reply-to) for boolean options is not
supported in Getopt::Long version 2.32 which was released with Perl 5.8.0.
This version only supports '--no' as in '--nochain-reply-to'. More recent
versions of Getopt::Long, such as version 2.34, support either prefix. So
use the older form in the tests.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100/patch0012')
0 files changed, 0 insertions, 0 deletions