Index: tests/var-access.test =================================================================== diff -u -r4bc60e16c10fdbbb640b3019d4bdebdc469fdf55 -re5a313d7150ca82b5e8ac1b0953ee90d18cb4dd2 --- tests/var-access.test (.../var-access.test) (revision 4bc60e16c10fdbbb640b3019d4bdebdc469fdf55) +++ tests/var-access.test (.../var-access.test) (revision e5a313d7150ca82b5e8ac1b0953ee90d18cb4dd2) @@ -56,7 +56,7 @@ ? {nsf::var::exists o1 x} 0 ? {nsf::var::exists -array o1 x} 0 - # unset on an non-existing variable + # unset on a non-existing variable ? {nsf::var::unset o1 x} {can't unset "x": no such variable} ? {nsf::var::unset -nocomplain o1 x} "" }