blob: eb5853a23576ba65428d10251331c5672ac0dd2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(pt-big-stk-obj) begin
(pt-big-stk-obj) cksum: 3256410166
(pt-big-stk-obj) end
EOF
pass;
|