X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest014-whoami;h=62734714ac5a38f9610a3a7bcc6192cca3548604;hb=737562a20b3d8df1ecffec610f285f583b75f5c9;hp=a612864b909207d02cbddd6d76a199a0bf0ba14c;hpb=dc0eacd40b625258355eea866d62188e5aa7ce3b;p=openldap diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index a612864b90..62734714ac 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -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.