mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
GnuTests: bump GNU version to 9.11 (#11922)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
tests_factor_factor.pl.patch
|
||||
tests_cksum_base64.patch
|
||||
tests_comm.pl.patch
|
||||
tests_cut_error_msg.patch
|
||||
# FIXME: tests_cut_error_msg.patch
|
||||
tests_dup_source.patch
|
||||
tests_env_env-S.pl.patch
|
||||
tests_invalid_opt.patch
|
||||
|
||||
@@ -11,6 +11,7 @@ Index: gnu/tests/cut/cut.pl
|
||||
-my $inval_fld = "$prog: invalid field range\n$try";
|
||||
-my $inval_pos = "$prog: invalid byte or character range\n$try";
|
||||
-my $no_endpoint = "$prog: invalid range with no endpoint: -\n$try";
|
||||
-my $one_list = "$prog: only one list may be specified\n$try";
|
||||
-my $nofield = "$prog: an input delimiter may be specified only when " .
|
||||
- "operating on fields\n$try";
|
||||
+my $from_field1 = "$prog: range '' was invalid: failed to parse range\n";
|
||||
@@ -21,6 +22,7 @@ Index: gnu/tests/cut/cut.pl
|
||||
+my $inval_fld = "$prog: range '--' was invalid: failed to parse range\n";
|
||||
+my $inval_pos = "$prog: range '--' was invalid: failed to parse range\n";
|
||||
+my $no_endpoint = "$prog: range '-' was invalid: invalid range with no endpoint\n";
|
||||
+my $one_list = "$prog: only one list may be specified\n$try";
|
||||
+my $nofield = "$prog: invalid input: The '--delimiter' ('-d') option can only be used when printing a sequence of fields\n";
|
||||
|
||||
my @Tests =
|
||||
|
||||
Reference in New Issue
Block a user