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