diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 17:24:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 17:24:03 (EDT) |
commit | 0c4b2154d05df874cf7b6861ef6d1f980a2bdc20 (patch) | |
tree | 46f9cea53855a67f287dacf5001992ee00532341 /tests | |
parent | 90ead31784addf03e2ae46a0eaffba1e44964169 (diff) |
tests/arch_is_concerned.sh: Add test plan
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/arch_is_concerned.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/arch_is_concerned.sh b/tests/arch_is_concerned.sh index 483033f..c727eec 100755 --- a/tests/arch_is_concerned.sh +++ b/tests/arch_is_concerned.sh @@ -22,6 +22,8 @@ main() { . "${srcdir}/tests/aux/tap-functions.sh" + plan_ 24 + # Architecture: all command_ok_ \ 'HOST "amd64-linux-glibc" DOES NOT MATCH ARCH "all"' -- \ |