summaryrefslogtreecommitdiff
path: root/archive.c
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-10-11 00:21:34 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2008-10-12 18:21:29 (GMT)
commit3fee1fe87144360a1913eab86af9ad136c810076 (patch)
treeead9f98affb836569d50f2bbd6185c8f307e0825 /archive.c
parente782e12f89955dfb0be82098af3cfdd8dd0eaf80 (diff)
downloadgit-3fee1fe87144360a1913eab86af9ad136c810076.zip
git-3fee1fe87144360a1913eab86af9ad136c810076.tar.gz
git-3fee1fe87144360a1913eab86af9ad136c810076.tar.bz2
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
Since dbf5e1e9, the '--no-validate' option is a Getopt::Long boolean option. The '--no-' prefix (as in --no-validate) 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 '--novalidate'. 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: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'archive.c')
0 files changed, 0 insertions, 0 deletions