From: Jim Meyering Date: Sun, 17 Feb 2002 22:48:45 +0000 (+0000) Subject: Tell head to accept old-style options like `-1'. X-Git-Tag: TEXTUTILS-2_0_21~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b34d3edeeb823dccfb4b4e6ddf07f42cb8fcd3f;p=thirdparty%2Fcoreutils.git Tell head to accept old-style options like `-1'. --- diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index 0643c541ec..f9c1a85ac3 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -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