diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-14 23:36:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-14 23:36:23 (EDT) |
commit | 4e3f7bfdbbcb2923db2bc0230e3a0d3c1008a4c2 (patch) | |
tree | 7eed7a77c41ec309ef6c469bb4a0a78213c68e04 | |
parent | bb7dd8ebebc238347a2c9329cc418eb16e53e982 (diff) |
tests/ob_match_arch.sh: Drop "all" host arch tests
-rwxr-xr-x | tests/ob_match_arch.sh | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/ob_match_arch.sh b/tests/ob_match_arch.sh index f483dc8..e81f7ad 100755 --- a/tests/ob_match_arch.sh +++ b/tests/ob_match_arch.sh @@ -22,7 +22,7 @@ set -e . "${TOP_SRCDIR}/tests/aux/tap-functions.sh" . "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}" -plan_ 10 +plan_ 8 command_ok_ 'all IN [all]' -- \ ob_match_arch \ @@ -63,13 +63,3 @@ command_ok_ 'foo-bar-baz NOT IN [any-qux-any any-quux-any]' -- \ not ob_match_arch \ 'foo-bar-baz' \ 'any-qux-any any-quux-any' - -command_ok_ 'all NOT IN [any]' -- \ - not ob_match_arch \ - 'all' \ - 'any' - -command_ok_ 'all NOT IN [foo-any-any]' -- \ - not ob_match_arch \ - 'all' \ - 'foo-any-any' |