diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 19:32:51 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 19:32:51 (EDT) |
commit | 94caca2473f183238f2703d92a179e7d3bf31094 (patch) | |
tree | 80f5af9fa9972d81a054b2db97e4082a1e9a1c7b /tests | |
parent | 77fbe921910a59f4ea6ff8fbe8a5336d669a4576 (diff) |
tests/ob_parse_dep.sh: Update option letter
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_' |