[Rt-commit] rt branch, 4.4.0-releng, updated. rt-4.2.12-508-g3091165

Shawn Moore shawn at bestpractical.com
Tue Nov 3 12:06:33 EST 2015


The branch, 4.4.0-releng has been updated
       via  309116556b1ae6f635f0e75bcdfaf30c0d5d0045 (commit)
      from  d99f77e66186c60cd0d1de13ba19ef4262234c09 (commit)

Summary of changes:
 t/externalauth/ldap_privileged.t | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 309116556b1ae6f635f0e75bcdfaf30c0d5d0045
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Nov 3 17:06:17 2015 +0000

    One last missing undef $m in ldap_privileged.t

diff --git a/t/externalauth/ldap_privileged.t b/t/externalauth/ldap_privileged.t
index 91c1c9b..26f1862 100644
--- a/t/externalauth/ldap_privileged.t
+++ b/t/externalauth/ldap_privileged.t
@@ -84,5 +84,6 @@ $ldap->unbind();
 
 $m->get_warnings;
 
+undef $m;
 done_testing;
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list