xref: /openbsd/gnu/usr.bin/perl/t/re/fold_grind_aa.t (revision 4bdff4be)
1#!./perl
2
3# Call fold_grind with /aa
4
5use strict;
6use warnings;
7no warnings 'once';
8
9BEGIN {
10    chdir 't' if -d 't';
11    require './test.pl';
12    set_up_inc('../lib');
13    require './loc_tools.pl';
14}
15
16$::TEST_CHUNK = 'aa';
17
18do './re/fold_grind.pl';
19print STDERR "$@\n" if $@;
20print STDERR "$!\n" if $!;
21