summaryrefslogtreecommitdiff
path: root/regress/sys/kern/splice/args-short.pl
blob: 39c238c9c312bfa5ef175f77c72aa95f6f72efba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# test copy with short block size

use strict;
use warnings;

our %args = (
    realy => {
	size => 17,
    },
    len => 251,
    md5 => "bc3a3f39af35fe5b1687903da2b00c7f",
);

1;