summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/re/fold_grind_aa.t
blob: 40df70684cc75cd5f09ed731781e716378849e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!./perl

# Call fold_grind with /aa

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 = 'aa';

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