xref: /openbsd/gnu/usr.bin/perl/t/re/fold_grind_a.t (revision 5dea098c)
1#!./perl
2
3use strict;
4use warnings;
5no warnings 'once';
6
7BEGIN {
8    chdir 't' if -d 't';
9    require './test.pl';
10    set_up_inc('../lib');
11    require './loc_tools.pl';
12}
13
14$::TEST_CHUNK = 'a';
15
16do './re/fold_grind.pl';
17print STDERR "$@\n" if $@;
18print STDERR "$!\n" if $!;
19
201;
21
22#
23# ex: set ts=8 sts=4 sw=4 et:
24#
25