diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:32:07 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:32:07 -0700 |
commit | 6b4fbafa3edd99045b8eba896dd8642aa6bd6113 (patch) | |
tree | 79124a4bccc49a0b8bf3e2b5189b0e7b18a635ee /perl/t/general/admin.t | |
parent | e4adb8cde42b91110c2d283aa3712f89afc78ead (diff) | |
parent | 27f4e81ddb42440345e6dd01a4943cb57ee5da39 (diff) |
Merge tag 'upstream/1.1' into debian
Upstream version 1.1
Diffstat (limited to 'perl/t/general/admin.t')
-rwxr-xr-x | perl/t/general/admin.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/t/general/admin.t b/perl/t/general/admin.t index 7c62932..47396c6 100755 --- a/perl/t/general/admin.t +++ b/perl/t/general/admin.t @@ -61,7 +61,6 @@ is ($server->acl_add ('ADMIN', 'base', 'foo'), 1, ' and adding a base ACL now works'); # Test re-initialization of the database. -$Wallet::Schema::VERSION = '0.07'; is ($admin->reinitialize ('admin@EXAMPLE.COM'), 1, ' and re-initialization succeeds'); |