~ubuntu-core-dev/apparmor/ubuntu

« back to all changes in this revision

Viewing changes to parser/tst/simple.pl

  • Committer: Kees Cook
  • Date: 2009-11-11 18:44:56 UTC
  • Revision ID: kees@outflux.net-20091111184456-sb71d4a5m09hei0u
clear $Id$ tags, since bzr does not support them

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
use Getopt::Long;
8
8
use Test::More;
9
9
 
10
 
my $__VERSION__='$Id: simple.pl 1405 2009-07-22 23:19:23Z jrjohansen $';
 
10
my $__VERSION__='$Id$';
11
11
my %config;
12
12
$config{'parser'} = "/sbin/subdomain_parser";
13
13
$config{'profiledir'} = "./simple_tests/";