1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Move Perl help test to real module.

This commit is contained in:
David Steele
2018-01-23 12:58:35 -05:00
parent 3dd882a79e
commit 404ec30d03
4 changed files with 10 additions and 17 deletions
+7 -15
View File
@@ -400,20 +400,6 @@ my $oTestDef =
},
]
},
# Help tests
{
&TESTDEF_NAME => 'help',
&TESTDEF_CONTAINER => true,
&TESTDEF_EXPECT => true,
&TESTDEF_TEST =>
[
{
&TESTDEF_NAME => 'help',
&TESTDEF_TOTAL => 1,
}
]
},
# Config tests
{
&TESTDEF_NAME => 'config',
@@ -837,12 +823,18 @@ my $oTestDef =
{
&TESTDEF_NAME => 'real',
&TESTDEF_EXPECT => true,
&TESTDEF_INDIVIDUAL => true,
&TESTDEF_TEST =>
[
{
&TESTDEF_NAME => 'help',
&TESTDEF_CONTAINER => true,
&TESTDEF_TOTAL => 1,
},
{
&TESTDEF_NAME => 'all',
&TESTDEF_INDIVIDUAL => true,
&TESTDEF_TOTAL => 6,
&TESTDEF_DB => true,
}