Skip to content

Commit

Permalink
Make a less generic check
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 15, 2024
1 parent a8d1217 commit db647eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
yum localinstall -y glite-info-provider-ldap-*.el8.noarch.rpm
- name: Call script, check usage is shown
run: |
/usr/libexec/glite-info-provider-ldap -h 2>&1 | grep -q '^Usage'
/usr/libexec/glite-info-provider-ldap -h 2>&1 | grep -q '^Usage: /usr/libexec/glite-info-provider-ldap'
# XXX Dependencies from EPEL: openldap-servers
install-almalinux9:
Expand All @@ -67,4 +67,4 @@ jobs:
yum localinstall -y glite-info-provider-ldap-*.el9.noarch.rpm
- name: Call script, check usage is shown
run: |
/usr/libexec/glite-info-provider-ldap -h 2>&1 | grep -q '^Usage'
/usr/libexec/glite-info-provider-ldap -h 2>&1 | grep -q '^Usage: /usr/libexec/glite-info-provider-ldap'

0 comments on commit db647eb

Please sign in to comment.