xref: /openbsd-src/gnu/usr.bin/perl/t/re/fold_grind_u.t (revision 256a93a44f36679bee503f12e49566c2183f6181)
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 = 'u';
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