diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ob_parse_dep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ob_parse_dep.sh b/tests/ob_parse_dep.sh index 887f6f1..1e12105 100755 --- a/tests/ob_parse_dep.sh +++ b/tests/ob_parse_dep.sh @@ -33,7 +33,7 @@ testcase() shift 6 local result= - ob_parse_dep -p test_pkg -q test_archqual -r test_rel -v test_ver \ + ob_parse_dep -P test_pkg -q test_archqual -r test_rel -v test_ver \ -A test_arches "${dep}" >/dev/null result='ok_' |