blob: 59a0bcd5324c899fc093a7fd24505d615d4ba778 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_USER_FAULTS => 1, IGNORE_EXIT_CODES => 1, [<<'EOF']);
(multi-oom) begin
(multi-oom) success. program forked 10 times.
(multi-oom) end
EOF
pass;
|