Tcl Source Code

Artifact [ae0690952f]
Login

Artifact ae0690952fac58263a0bc52f8d58b9fe9c078c6f:

Attachment "patch451200.txt" to ticket [451200ffff] added by msofer 2001-08-15 22:21:18.
? 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}