diff options
-rw-r--r-- | ext/threads/t/join.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/t/join.t b/ext/threads/t/join.t index 0761a5f976..4217fbb1ef 100644 --- a/ext/threads/t/join.t +++ b/ext/threads/t/join.t @@ -108,7 +108,7 @@ if ($^O =~ /^(linux|dec_osf)$/) { print "# [$_]\n"; if (/^\S+\s+$$\s/) { $sawpid++; - if (/\sfoobar$/) { + if (/\sfoobar\s*$/) { # Linux 2.2 leaves extra trailing spaces. $sawexe++; } last; |