Skip to content

Commit 4957d2d

Browse files
Allen-Webbradosroka
authored andcommitted
Fix return check of ldap tests.
1 parent 65211a4 commit 4957d2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Tests/LDAP/UseCase/ldap-test-1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ fi
133133

134134
nss_restore
135135

136-
exit $(( $RC + $GREP + $KILLRC ))
136+
exit $(( $RC + $GREP1 + $GREP2 + $KILLRC ))

src/Tests/LDAP/UseCase/ldap-test-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ fi
133133

134134
nss_restore
135135

136-
exit $(( $RC + $GREP + $KILLRC ))
136+
exit $(( $RC + $GREP1 + $GREP2 + $KILLRC ))

src/Tests/LDAP/UseCase/ldap-test-5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ fi
198198

199199
nss_restore
200200

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

0 commit comments

Comments
 (0)