summaryrefslogtreecommitdiffstats
path: root/tests/ob_match_arch.rc
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-23 17:00:21 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-23 17:00:21 (EST)
commitc25e8d5a97b796e9d59e1c9e56405fa2469a0a68 (patch)
treec40cd3be5d6936de0d104a3ed271b53cb3f060ad /tests/ob_match_arch.rc
parent95594b590e0230b4d826a7ca563b8d1a4e98a9c1 (diff)
tests/ob_match_arch.sh: Convert to TAP
Diffstat (limited to 'tests/ob_match_arch.rc')
-rw-r--r--tests/ob_match_arch.rc49
1 files changed, 0 insertions, 49 deletions
diff --git a/tests/ob_match_arch.rc b/tests/ob_match_arch.rc
deleted file mode 100644
index 10135d7..0000000
--- a/tests/ob_match_arch.rc
+++ /dev/null
@@ -1,49 +0,0 @@
-set arch all
-set arch_field all
-set result true
-test
-
-set arch foo-bar-baz
-set arch_field any
-set result true
-test
-
-set arch foo-bar-baz
-set arch_field any all
-set result true
-test
-
-set arch all
-set arch_field any all
-set result true
-test
-
-set arch foo-bar-baz
-set arch_field foo-any-any
-set result true
-test
-
-set arch foo-bar-baz
-set arch_field foo-bar-qux
-set result false
-test
-
-set arch foo-bar-baz
-set arch_field any-qux-any any-bar-any
-set result true
-test
-
-set arch foo-bar-baz
-set arch_field any-qux-any any-quux-any
-set result false
-test
-
-set arch all
-set arch_field any
-set result false
-test
-
-set arch all
-set arch_field foo-any-any
-set result false
-test