diff --git a/tests/shell/011_update.sh b/tests/shell/011_update.sh index 1b0f5c6e..5243a576 100644 --- a/tests/shell/011_update.sh +++ b/tests/shell/011_update.sh @@ -30,7 +30,7 @@ cat cfbs.json | grep -F "append enable.cf services/init.cf" cat cfbs.json | grep -F "tags" | grep -F "supported" | grep -F "promise-type" cat cfbs.json | grep -F "by" | grep -F "https://github.com/tranchitella" cat cfbs.json | grep -F "repo" | grep -F "https://github.com/cfengine/modules" -cat cfbs.json | grep -F "subdirectory" | grep -F "promise-types/ansible/" +cat cfbs.json | grep -F "subdirectory" | grep -F "promise-types/ansible" cat cfbs.json | grep -F "dependencies" | grep -F "library-for-promise-types-in-python" cat cfbs.json | grep -F "description" | grep -F "Promise type to run ansible playbooks" @@ -41,7 +41,7 @@ cat cfbs.json | grep -F "repo" | grep -F "https://github.com/cfengine/modules" cat cfbs.json | grep -F "by" | grep -F "https://github.com/cfengine" cat cfbs.json | grep -F "version" | grep -F "." cat cfbs.json | grep -F "commit" -cat cfbs.json | grep -F "subdirectory" | grep -F "libraries/python/" +cat cfbs.json | grep -F "subdirectory" | grep -F "libraries/python" cat cfbs.json | grep -F "added_by" | grep -F "promise-type-ansible" cat cfbs.json | grep -F "steps" | grep -F "copy cfengine.py modules/promises/" diff --git a/tests/shell/018_update_input_one_variable/example-cfbs.json b/tests/shell/018_update_input_one_variable/example-cfbs.json index ea05e131..406b5cf9 100644 --- a/tests/shell/018_update_input_one_variable/example-cfbs.json +++ b/tests/shell/018_update_input_one_variable/example-cfbs.json @@ -10,7 +10,7 @@ "by": "https://github.com/example-user", "version": "1.0.1", "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", @@ -33,7 +33,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", diff --git a/tests/shell/019_update_input_two_variables/example-cfbs.json b/tests/shell/019_update_input_two_variables/example-cfbs.json index 30b4fe9f..e626fc0d 100644 --- a/tests/shell/019_update_input_two_variables/example-cfbs.json +++ b/tests/shell/019_update_input_two_variables/example-cfbs.json @@ -10,7 +10,7 @@ "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", "by": "https://github.com/larsewi", "version": "1.0.1", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", @@ -40,7 +40,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "dependencies": ["autorun"], "input": [ { diff --git a/tests/shell/020_update_input_list/example-cfbs.json b/tests/shell/020_update_input_list/example-cfbs.json index fb89dcc7..8a78f73f 100644 --- a/tests/shell/020_update_input_list/example-cfbs.json +++ b/tests/shell/020_update_input_list/example-cfbs.json @@ -10,7 +10,7 @@ "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", "by": "https://github.com/example-user", "version": "1.0.1", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "list", @@ -38,7 +38,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "list", diff --git a/tests/shell/021_update_input_list_with_keys/example-cfbs.json b/tests/shell/021_update_input_list_with_keys/example-cfbs.json index e43b366f..937befc7 100644 --- a/tests/shell/021_update_input_list_with_keys/example-cfbs.json +++ b/tests/shell/021_update_input_list_with_keys/example-cfbs.json @@ -10,7 +10,7 @@ "by": "https://github.com/example-user", "version": "1.0.1", "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "list", @@ -48,7 +48,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "list", diff --git a/tests/shell/022_update_input_fail_variable/example-cfbs.json b/tests/shell/022_update_input_fail_variable/example-cfbs.json index af343041..11def62b 100644 --- a/tests/shell/022_update_input_fail_variable/example-cfbs.json +++ b/tests/shell/022_update_input_fail_variable/example-cfbs.json @@ -10,7 +10,7 @@ "by": "https://github.com/example-user", "version": "1.0.1", "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", @@ -33,7 +33,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", diff --git a/tests/shell/023_update_input_fail_number/example-cfbs.json b/tests/shell/023_update_input_fail_number/example-cfbs.json index cf19643f..9c9d8dca 100644 --- a/tests/shell/023_update_input_fail_number/example-cfbs.json +++ b/tests/shell/023_update_input_fail_number/example-cfbs.json @@ -10,7 +10,7 @@ "by": "https://github.com/example-user", "version": "1.0.1", "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", @@ -40,7 +40,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", diff --git a/tests/shell/024_update_input_fail_bundle/example-cfbs.json b/tests/shell/024_update_input_fail_bundle/example-cfbs.json index 47522bbf..87b5781e 100644 --- a/tests/shell/024_update_input_fail_bundle/example-cfbs.json +++ b/tests/shell/024_update_input_fail_bundle/example-cfbs.json @@ -10,7 +10,7 @@ "by": "https://github.com/example-user", "version": "1.0.1", "commit": "3827a0da69d73ec2f973660d3c640b33cad58655", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string", @@ -34,7 +34,7 @@ "commit": "0000000000000000000000000000000000000000", "by": "https://github.com/example-user", "version": "1.0.0", - "subdirectory": "./example-module/", + "subdirectory": "./example-module", "input": [ { "type": "string",