Skip to content

Commit 93afbca

Browse files
committed
remove things that sould be in subtest
1 parent 8b6e748 commit 93afbca

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

tests/acceptance/lib/files/set_variable_values_ini_no_error_when_keys_in_section_not_present.cf

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,13 @@ body common control
1313

1414
#######################################################
1515

16-
bundle agent init
17-
{
18-
files:
19-
20-
"$(G.testfile).actual"
21-
copy_from => local_cp("$(this.promise_filename).start");
22-
23-
24-
"$(G.testfile).expected"
25-
copy_from => local_cp("$(this.promise_filename).finish");
26-
27-
}
28-
29-
#######################################################
3016

3117
bundle agent test
3218
{
3319
meta:
3420
"description" -> { "CFE-3866" }
3521
string => "Test that set_variable_values_ini does not error when promised key is not present";
3622

37-
vars:
38-
"config[section 1][present_at_start]" string => "1";
39-
"config[section 1][absent_at_start]" string => "1";
40-
"config[section 2][present_at_start]" string => "two";
41-
"sections" slist => getindices( config );
42-
43-
files:
44-
45-
"$(G.testfile).actual"
46-
edit_line => set_variable_values_ini("test.config", "$(sections)");
47-
4823
}
4924

5025
#######################################################

0 commit comments

Comments
 (0)