From 4383bd1bfc3daa1d69ddcb095a35c5e723f1ba6b Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 4 Sep 2003 17:50:18 +0000 Subject: && of constraints is the default; need not be specified. --- tests/unixNotfy.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unixNotfy.test b/tests/unixNotfy.test index 8e776cc..7a57f7f 100644 --- a/tests/unixNotfy.test +++ b/tests/unixNotfy.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: unixNotfy.test,v 1.11 2003/02/01 21:07:28 kennykb Exp $ +# RCS: @(#) $Id: unixNotfy.test,v 1.12 2003/09/04 17:50:18 dgp Exp $ # The tests should not be run if you have a notifier which is unable to # detect infinite vwaits, as the tests below will hang. The presence of @@ -73,7 +73,7 @@ test unixNotfy-1.2 {Tcl_DeleteFileHandler} \ } test unixNotfy-2.1 {Tcl_DeleteFileHandler} \ - -constraints {unixOnly && testthread} \ + -constraints {unixOnly testthread} \ -body { update set f [open [makeFile "" foo] w] @@ -93,7 +93,7 @@ test unixNotfy-2.1 {Tcl_DeleteFileHandler} \ } test unixNotfy-2.2 {Tcl_DeleteFileHandler} \ - -constraints {unixOnly && testthread} \ + -constraints {unixOnly testthread} \ -body { update set f1 [open [makeFile "" foo] w] -- cgit v0.12