diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-26 15:39:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-26 15:39:02 +0000 |
commit | 9a3fee94a07d7a0655201f5b1c681811483d4f48 (patch) | |
tree | 3df770ab4915a65f73b8935a5a9ca1246c3f0da6 /tests/pr | |
parent | 79f8908c8ae1a7c702358c0a0a6f16397ec668a7 (diff) | |
download | coreutils-9a3fee94a07d7a0655201f5b1c681811483d4f48.tar.xz |
Fix typo in env_default comment.
Diffstat (limited to 'tests/pr')
-rw-r--r-- | tests/pr/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index 590470338..e60b0347f 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -3,7 +3,7 @@ package Test; require 5.002; use strict; -# Tell head to accept old-style options like `-1'. +# Tell pr to accept old-style options like operand-less `-S'. $Test::env_default = ['_POSIX2_VERSION=199209']; my @tv = ( |