? patch419528.txt ? 451200.txt ? generic/tclCompCmds.c.new Index: tests/ioUtil.test =================================================================== RCS file: /cvsroot/tcl/tcl/tests/ioUtil.test,v retrieving revision 1.8 diff -r1.8 ioUtil.test 285,287c285,287 < catch [open testOpenFileChannel1%.fil r] < catch [open testOpenFileChannel2%.fil r] < catch [open testOpenFileChannel3%.fil r] --- > catch {open testOpenFileChannel1%.fil r} > catch {open testOpenFileChannel2%.fil r} > catch {open testOpenFileChannel3%.fil r}