Index: openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl,v diff -u -r1.7.2.6 -r1.7.2.7 --- openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl 13 Oct 2020 11:53:01 -0000 1.7.2.6 +++ openacs-4/packages/acs-mail-lite/tcl/test/email-inbound-procs.tcl 28 Oct 2020 15:39:19 -0000 1.7.2.7 @@ -387,7 +387,7 @@ aa_true "ref424. acs_mail_lite::imap_conn_go -conn_id ''" $sid4_p aa_log "Checking whether ns_imap is installed..." - set ns_imap_p [expr {[info commands ns_imap] ne ""}] + set ns_imap_p [expr {[namespace which ns_imap] ne ""}] set enabled [expr {$ns_imap_p ? "enabled. Activating additional tests" : "disabled. Some tests will be skipped"}]