From 9a3fee94a07d7a0655201f5b1c681811483d4f48 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Apr 2004 15:39:02 +0000 Subject: Fix typo in env_default comment. --- tests/pr/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pr') 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 = ( -- cgit v1.2.3-54-g00ecf