diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 23:49:47 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 23:49:47 +0000 |
commit | 87aed84ff4adb186187b1432a1e0dae29e8fd7f0 (patch) | |
tree | 7f7f6927ff96381d975d73ee9de5e81e225293d1 /tests/pr | |
parent | 8b4811a61b374da1f687f0b5e6119010bd2dffdb (diff) | |
download | coreutils-87aed84ff4adb186187b1432a1e0dae29e8fd7f0.tar.xz |
Don't set _POSIX2_VERSION; no longer needed.
Diffstat (limited to 'tests/pr')
-rw-r--r-- | tests/pr/Test.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index fd76957c4..7aba45d42 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -3,9 +3,6 @@ package Test; require 5.002; use strict; -# Tell pr to accept old-style options like operand-less `-S'. -$Test::env_default = ['_POSIX2_VERSION=199209']; - my @tv = ( # -b option is no longer an official option. But it's still working to |