diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-17 22:48:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-17 22:48:45 +0000 |
commit | 1b34d3edeeb823dccfb4b4e6ddf07f42cb8fcd3f (patch) | |
tree | 3f68e7b240a0fcec3d1cc757b67219ae48e8ca8b /tests/pr | |
parent | 94fcdc55eb4a47dd094f6464e18863e0a155c518 (diff) | |
download | coreutils-1b34d3edeeb823dccfb4b4e6ddf07f42cb8fcd3f.tar.xz |
Tell head to accept old-style options like `-1'.
Diffstat (limited to 'tests/pr')
-rw-r--r-- | tests/pr/Test.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index 0643c541e..f9c1a85ac 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 |