diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-30 04:47:58 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-30 04:47:58 +0000 |
commit | adff8e50167c1abf64ec892f70e84ce0dd76ab8b (patch) | |
tree | cf5cc5bbdf06a73302aa631d10e9281c0a5f5f30 | |
parent | a0e3892a6e4865a36ac3848d640198dc3a25d6c1 (diff) |
Rename acl.t to verifier.t to free up acl.t for tests of the more general
ACL interface.
-rwxr-xr-x | perl/t/verifier.t (renamed from perl/t/acl.t) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/acl.t b/perl/t/verifier.t index 0ecb525..79bb16b 100755 --- a/perl/t/acl.t +++ b/perl/t/verifier.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # $Id$ # -# t/acl.t -- Tests for the basic wallet ACL verifiers. +# t/verifier.t -- Tests for the basic wallet ACL verifiers. use Test::More tests => 13; |