mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-15 16:26:01 +02:00
Tell head to accept old-style options like `-1'.
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 = (
|
||||
|
||||
# -b option is no longer an official option. But it's still working to
|
||||
|
||||
Reference in New Issue
Block a user