Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37727968
en ru br
ALT Linux repos
S:5.34.1-alt1
5.0: 5.8.9-alt2
4.1: 5.8.8-alt19.M41.1
4.0: 5.8.8-alt14
+updates:5.8.8-alt14
3.0: 5.8.7-alt2

Group :: Development/Perl
RPM: perl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-5.20.1-alt-crux-fix-test-without-proc.patch
Download


commit 00a654036a10ec9b058067f835d7d28b0af25ee4
Author: Vladimir Lettiev <crux@altlinux.ru>
Date:   Tue Aug 20 16:45:36 2013 +0400
    fixed dist/threads/t/join.t: ps returns nonzero status if /proc is not mounted
diff --git a/dist/threads/t/join.t b/dist/threads/t/join.t
index 2272e07..7cca112 100644
--- a/dist/threads/t/join.t
+++ b/dist/threads/t/join.t
@@ -131,7 +131,7 @@ if ($^O eq 'linux') {
                 last;
             }
         }
-        close PS or die;
+        close PS or die $! if $!;
         if ($sawpid) {
             ok($sawpid && $sawexe, 'altering $0 is effective');
         } else {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin