diff options
Diffstat (limited to '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' |