diff options
author | Brandon Casey <casey@nrlssc.navy.mil> | 2009-04-24 18:18:52 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-25 08:54:18 -0700 |
commit | 84eeb687de7a6c7c42af3fb51b176e0f412a979e (patch) | |
tree | 2c915ad0ec3e2e21dd86ce700803a5c79761facd /t/t7103-reset-bare.sh | |
parent | progress bar: round to the nearest instead of truncating down (diff) | |
download | tgif-84eeb687de7a6c7c42af3fb51b176e0f412a979e.tar.xz |
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
The '--no-thread' option is a Getopt::Long boolean option. The '--no-'
prefix (as in --no-thread) 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 '--nothread'. 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/t7103-reset-bare.sh')
0 files changed, 0 insertions, 0 deletions