blob: 1f96bb445d8869b5976b7a75f248476ee308ea20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(pt-bad-read) begin
(pt-bad-read) open "sample.txt"
pt-bad-read: exit(-1)
EOF
pass;
|