summaryrefslogtreecommitdiff
path: root/perl/t/general/admin.t
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-12-08 20:57:57 -0800
committerRuss Allbery <eagle@eyrie.org>2014-12-08 20:57:57 -0800
commit7856dc7cc5e16140c0084474fe54338f293bf77e (patch)
tree5948678fb9c0a30b7d72057c9952ac8836ae2499 /perl/t/general/admin.t
parentdd295a55a6f02e7585a9f5be9e8b434c6d14d040 (diff)
parente73a80c6bc23f16544c35e7dc3bf61ca9292c3b5 (diff)
Imported Upstream version 1.2upstream/1.2
Diffstat (limited to 'perl/t/general/admin.t')
-rwxr-xr-xperl/t/general/admin.t2
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.