From 16a6b4974d54f2f56a8fd38a4438850870c77230 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 14:30:25 -0400 Subject: Delimit operands of ob_parse_dep() --- (limited to 'tests') 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 -- cgit v0.9.1