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