summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-30 04:47:58 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-30 04:47:58 +0000
commitadff8e50167c1abf64ec892f70e84ce0dd76ab8b (patch)
treecf5cc5bbdf06a73302aa631d10e9281c0a5f5f30 /perl
parenta0e3892a6e4865a36ac3848d640198dc3a25d6c1 (diff)
Rename acl.t to verifier.t to free up acl.t for tests of the more general
ACL interface.
Diffstat (limited to 'perl')
-rwxr-xr-xperl/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;