summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/comm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/comm.pl b/tests/misc/comm.pl
index 5de60ac33..aaaf46522 100755
--- a/tests/misc/comm.pl
+++ b/tests/misc/comm.pl
@@ -24,7 +24,7 @@ use strict;
my $prog = 'comm';
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
my @inputs = ({IN=>{a=>"1\n3\n3\n3"}}, {IN=>{b=>"2\n2\n3\n3\n3"}});