diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 23:50:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 23:50:52 +0000 |
commit | 4dad901e78de022f6ce75883ad302fb2e1c76454 (patch) | |
tree | 4ac5c0657aa8b3ec9b8c6018fcc71cb1c38357f9 /tests | |
parent | 87aed84ff4adb186187b1432a1e0dae29e8fd7f0 (diff) | |
download | coreutils-4dad901e78de022f6ce75883ad302fb2e1c76454.tar.xz |
Fix comment to match new behavior of "sort".
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sort/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index e39b91625..31f34981d 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -3,7 +3,7 @@ package Test; require 5.002; use strict; -# Tell sort to accept old-style options like `-1'. +# Tell sort to accept old-style options like `+1'. $Test::env_default = ['_POSIX2_VERSION=199209']; my @tv = ( |