From cd986d5172a6747572e726e3a643fb950d04deea Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 2 Sep 2002 19:27:15 +0000 Subject: * tests/exec.test: marked exec-18.1 unixOnly until the Windows incompatability (in the test, not the core) can be resolved. --- tests/exec.test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/exec.test b/tests/exec.test index 30bac14..e9a5511 100644 --- a/tests/exec.test +++ b/tests/exec.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: exec.test,v 1.13 2002/07/10 11:56:44 dgp Exp $ +# RCS: @(#) $Id: exec.test,v 1.14 2002/09/02 19:27:15 hobbs Exp $ package require tcltest 2 namespace import -force ::tcltest::* @@ -582,7 +582,9 @@ test exec-17.1 { inheriting standard I/O } {exec} { } {{foobar }} -test exec-18.1 { exec cat deals with weird file names} {exec} { +test exec-18.1 { exec cat deals with weird file names} {exec unixOnly} { + # This is cross-platform, but the cat isn't predictably correct on + # Windows. set f "foo\[\{blah" set path(fooblah) [makeFile {} $f] set fout [open $path(fooblah) w] -- cgit v0.12