diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-29 22:25:24 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-29 22:25:24 +0000 |
commit | 47e73096c95c9de797b54feb6dfedef2211bf7b3 (patch) | |
tree | 62198f13aced531f5d18f0b101bf9e8d2143c01a /perl/t | |
parent | 53b27504ee9c1e323c5842d82862e40cdafe408f (diff) |
Comment fix.
Diffstat (limited to 'perl/t')
-rwxr-xr-x | perl/t/acl.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/acl.t b/perl/t/acl.t index 5549afb..0ecb525 100755 --- a/perl/t/acl.t +++ b/perl/t/acl.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # $Id$ # -# t/acl.t -- Tests for the wallet ACL verifiers. +# t/acl.t -- Tests for the basic wallet ACL verifiers. use Test::More tests => 13; |