Skip to content

Commit

Permalink
Fix test_config for current option map.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinnear committed Jan 23, 2023
1 parent f7208c9 commit bc9daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_config
Original file line number Diff line number Diff line change
Expand Up @@ -595,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=1028
expected_length=1029

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

0 comments on commit bc9daa9

Please sign in to comment.