Skip to content
Snippets Groups Projects
Commit cafa3c3f authored by Alad Wenter's avatar Alad Wenter
Browse files

tests: add missing mode for repo-parse

parent a19bb936
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ json_cnt2=$(bsdtar -Oxf "$core_path" "${core_entries[@]:0:2}" | aur repo-parse -
[[ $json_cnt2 == 2 ]]
json_cnt3=$(printf '\n' | aur repo-parse --json -)
[[ $json_cnt3 == '[]' ]] # 1153
json_cnt4=$(aur repo-parse -p "$core_files_path" --search 'aaaaaaaa')
json_cnt4=$(aur repo-parse -p "$core_files_path" --search 'aaaaaaaa' --json)
[[ $json_cnt4 == '[]' ]]
# --json output with constrained entries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment