From: Jim Meyering Date: Sun, 17 Feb 2002 22:50:33 +0000 (+0000) Subject: Tell sort to accept old-style options. X-Git-Tag: TEXTUTILS-2_0_21~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f570570fdef11dcedb68ac90f19ca14199caf2a;p=thirdparty%2Fcoreutils.git Tell sort to accept old-style options. --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index b85977aa4e..1633d7ca10 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/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 = ( #test options input expected-output expected-return-code #