* tests/scripts/features/archives: Fix typo

This commit is contained in:
Dmitry Goncharov
2022-06-04 18:34:33 -04:00
committed by Paul Smith
parent 621d3196fa
commit 6d6f12b0c3

View File

@@ -36,7 +36,7 @@ my $redir = '2>&1';
$redir = '' if $osname eq 'VMS';
# This is the value from src/default.c
my $arflags = $ostype eq 'aix' ? '-Xany -rv' : '-rv';
my $arflags = $osname eq 'aix' ? '-Xany -rv' : '-rv';
my $arvar = "AR=$ar";
# Newer versions of binutils can be built with --enable-deterministic-archives