]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test014-whoami
Add missing 'kill -HUP $KILLPIDS' statement before an exit.
[openldap] / tests / scripts / test014-whoami
index a612864b909207d02cbddd6d76a199a0bf0ba14c..62734714ac5a38f9610a3a7bcc6192cca3548604 100755 (executable)
@@ -422,6 +422,6 @@ echo ">>>>> Test succeeded"
 exit 0
 
 ## Note to developers: when SLAPD_DEBUG=-1 the command
-## awk '/^do_extended$/ {if (c) {print c} c=0} /<===slap_sasl_match:/ {c++} END {print c}' testrun/slapd.1.log
+## awk '/^do_extended$/ {if (c) {print c} c=0} /<===slap_sasl_match:/ {c++} END {print c}' $TESTDIR/slapd.1.log
 ## must return the sequence 1 2 3 4 5 6 7 8 9 9 1 2 3 4 5 6 7 8 9 9 9 1
 ## to indicate that the authzFrom and authzTo rules applied in the right order.