Index: tests/nsf-cmd.test =================================================================== diff -u -ra0faba200038c44cda56f3f421361563b4bd95d7 -ra775d31c0b4770cc7eddc1b4c015bc0dea1fddd2 --- tests/nsf-cmd.test (.../nsf-cmd.test) (revision a0faba200038c44cda56f3f421361563b4bd95d7) +++ tests/nsf-cmd.test (.../nsf-cmd.test) (revision a775d31c0b4770cc7eddc1b4c015bc0dea1fddd2) @@ -134,7 +134,7 @@ ? {nsf::cmd::info args $::handle} "a b" ? {nsf::cmd::info body $::handle} {return $a-$b} - ? {nsf::cmd::info definition $::handle} {::proc bar {a b} {return $a-$b}} + ? {nsf::cmd::info definition $::handle} {::proc ::bar {a b} {return $a-$b}} ? {nsf::cmd::info exists $::handle} 1 ? {nsf::cmd::info registrationhandle $::handle} "" ? {nsf::cmd::info definitionhandle $::handle} ""