From: Howard Chu Date: Sun, 12 Nov 2006 23:40:36 +0000 (+0000) Subject: ITS#4490 fix awk comment X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~479 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7703e7e3a93fd34228ff8933ab165488c68f8dac;p=openldap ITS#4490 fix awk comment --- diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index 37e2e605fd..0a6d197a94 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -464,5 +464,5 @@ 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}' $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 +## must return the sequence 1 2 3 4 5 6 7 8 8 8 1 2 3 4 5 6 7 8 8 8 8 1 ## to indicate that the authzFrom and authzTo rules applied in the right order.