diff options
Diffstat (limited to 'tests/parse_control.common.sh')
-rw-r--r-- | tests/parse_control.common.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/parse_control.common.sh b/tests/parse_control.common.sh index 9eee27b..c8a413c 100644 --- a/tests/parse_control.common.sh +++ b/tests/parse_control.common.sh @@ -38,13 +38,15 @@ para() main() { + plan_ 1 + parse_control - field para "${req_fields}" <<-EOF ${packages} EOF printf 'Required fields: %s\n\n' "${req_fields}" - test_diff "${results}" "${test_results}" + is_diff 'parse_control() paragraphs' "${results}" "${test_results}" return 0 } |