summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/re/fold_grind_d.t
blob: 14897fb3e6a07d5b075f49c1865a99bf9e0d1e9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!./perl

use strict;
use warnings;
no warnings 'once';

BEGIN {
    chdir 't' if -d 't';
    require './test.pl';
    require './loc_tools.pl';
    set_up_inc('../lib');
}

$::TEST_CHUNK = 'd';

do './re/fold_grind.pl';
print STDERR "$@\n" if $@;
print STDERR "$!\n" if $!;

1;

#
# ex: set ts=8 sts=4 sw=4 et:
#