mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-20 22:32:17 +02:00
Tell sort to accept old-style options.
This commit is contained in:
@@ -3,6 +3,9 @@ package Test;
|
||||
require 5.002;
|
||||
use strict;
|
||||
|
||||
# Tell head to accept old-style options like `-1'.
|
||||
$Test::env_default = ['_POSIX2_VERSION=199209'];
|
||||
|
||||
my @tv = (
|
||||
#test options input expected-output expected-return-code
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user