Skip to content

Commit

Permalink
Fix return check of ldap tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen-Webb authored and radosroka committed Aug 8, 2019
1 parent 65211a4 commit 4957d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tests/LDAP/UseCase/ldap-test-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ fi

nss_restore

exit $(( $RC + $GREP + $KILLRC ))
exit $(( $RC + $GREP1 + $GREP2 + $KILLRC ))
2 changes: 1 addition & 1 deletion src/Tests/LDAP/UseCase/ldap-test-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ fi

nss_restore

exit $(( $RC + $GREP + $KILLRC ))
exit $(( $RC + $GREP1 + $GREP2 + $KILLRC ))
2 changes: 1 addition & 1 deletion src/Tests/LDAP/UseCase/ldap-test-5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ fi

nss_restore

exit $(( $RC + $GREP + $KILLRC + $WC + $DIFF ))
exit $(( $RC + $GREP1 + $GREP2 + $KILLRC + $WC + $DIFF ))

0 comments on commit 4957d2d

Please sign in to comment.