summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 14:30:25 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 14:30:25 (EDT)
commit16a6b4974d54f2f56a8fd38a4438850870c77230 (patch)
tree4239715f3dc9ee70f7c540bd00bcdadcbf863b22 /tests
parent3076e8c2a1175188f5262b7c8f7bc3f7703841ee (diff)
Delimit operands of ob_parse_dep()
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lib/ob_parse_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/ob_parse_dep.sh b/tests/lib/ob_parse_dep.sh
index 37dabd3..b51b420 100755
--- a/tests/lib/ob_parse_dep.sh
+++ b/tests/lib/ob_parse_dep.sh
@@ -34,7 +34,7 @@ testcase()
local result=
ob_parse_dep -P test_pkg -q test_archqual -r test_rel -v test_ver \
- -A test_arches "${dep}" >/dev/null
+ -A test_arches -- "${dep}" >/dev/null
result='ok_'
for comp in pkg archqual rel ver arches; do