repo-parse: output [] for no matches (-Js, #1153)
[aurutils.git] / tests / issue-test
blobcb3b657c59ceccec957ef16cdf71e530f371e3b9
1 #!/bin/bash
2 shopt -s extglob
4 for i in issue/!(0085); do
5 printf '%s\t' "$i"
7 if "$i" >/dev/null 2>&1; then
8 printf '%s\n' OK
9 else
10 printf '%s\n' FAIL
12 done