blob: 93dd577667e053f61d10e6d48d0b8437da863256 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(wait-simple) begin
(child-simple) run
child-simple: exit(81)
(wait-simple) wait(exec()) = 81
(wait-simple) end
wait-simple: exit(0)
EOF
pass;
|