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