diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:30 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:30 -0800 |
commit | 050534cdd520a276d84dc4a66c81cc8b4faebcb5 (patch) | |
tree | 0e74d929e351bd2e5d50787ecfab428d1c9c1561 /perl/t/general/admin.t | |
parent | 68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (diff) | |
parent | 7856dc7cc5e16140c0084474fe54338f293bf77e (diff) |
Merge tag 'upstream/1.2' into debian
Upstream version 1.2
Diffstat (limited to 'perl/t/general/admin.t')
-rwxr-xr-x | perl/t/general/admin.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/general/admin.t b/perl/t/general/admin.t index 47396c6..17671b6 100755 --- a/perl/t/general/admin.t +++ b/perl/t/general/admin.t @@ -69,7 +69,7 @@ is ($admin->reinitialize ('admin@EXAMPLE.COM'), 1, SKIP: { my @path = (split (':', $ENV{PATH})); my ($sqlite) = grep { -x $_ } map { "$_/sqlite3" } @path; - skip 'sqlite3 not found', 5 unless $sqlite; + skip 'sqlite3 not found', 7 unless $sqlite; # Delete all tables and then redump them straight from the SQL file to # avoid getting the version table. |