Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37711074
en ru br
Репозитории ALT
S:5.34.1-alt1
5.1: 5.8.9-alt3
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
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-5.20.1-alt-crux-fix-test-without-proc.patch
Скачать


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 {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin