summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/os2/os2_pipe.t
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2013-03-25 20:06:16 +0000
committersthen <sthen@openbsd.org>2013-03-25 20:06:16 +0000
commit898184e3e61f9129feb5978fad5a8c6865f00b92 (patch)
tree56f32aefc1eed60b534611007c7856f82697a205 /gnu/usr.bin/perl/os2/os2_pipe.t
parentPGSHIFT -> PAGE_SHIFT (diff)
downloadwireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.tar.xz
wireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.zip
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/os2/os2_pipe.t')
-rw-r--r--gnu/usr.bin/perl/os2/os2_pipe.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/os2/os2_pipe.t b/gnu/usr.bin/perl/os2/os2_pipe.t
index 208d376f29a..37aa409dd13 100644
--- a/gnu/usr.bin/perl/os2/os2_pipe.t
+++ b/gnu/usr.bin/perl/os2/os2_pipe.t
@@ -164,7 +164,7 @@ $pid = system 4|0x40000, $^X, '-wle', <<'EOS', $pname, $$; # SESSION|INDEPENDENT
EOS
ok $pid, 'kid started';
-sleep 2; # XXX How to syncronize with kid???
+sleep 2; # XXX How to synchronize with kid???
$in = scalar <$server_pipe>;
my $ok1 = ($in || '') eq "Is your pid $$?\n";
is $in, "Is your pid $$?\n", 'call in';