Skip to content

Commit

Permalink
Update for changes in option map, remove intentional fail from test_c…
Browse files Browse the repository at this point in the history
…onfig.
  • Loading branch information
kkinnear committed Sep 16, 2022
1 parent 0e6c631 commit 15ea82a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test_config
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ output_length=`$command --url 'http://127.0.0.1:8081/test_config.edn' <test_conf
output_length=`echo "${output_length}" | sed -e 's/^[[:space:]]*//'`
#echo "length is $output_length"

#expected_length=323
expected_length=322
expected_length=323

if [[ $output_length != $expected_length ]]
then
Expand Down Expand Up @@ -596,7 +595,7 @@ output_length=`$command --explain-all 2>&1 >/dev/null | wc -l`
output_length=`echo "${output_length}" | sed -e 's/^[[:space:]]*//'`
#echo "length is $output_length"

expected_length=877
expected_length=890

if [[ $output_length != $expected_length ]]
then
Expand Down

0 comments on commit 15ea82a

Please sign in to comment.