blob: cb6e779645e90af03efa92089b424247eee04734 [file] [log] [blame]
#!/usr/bin/perl
use lib '.'; use lib 't';
use SATest; sa_t_init("basic_lint");
use Test; BEGIN { plan tests => 1 };
# ---------------------------------------------------------------------------
%patterns = (
q{ }, 'anything',
);
# override locale for this test!
$ENV{'LC_ALL'} = 'C';
sarun ("-L --lint", \&patterns_run_cb);
ok_all_patterns();