diff options
-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 = ( |