summaryrefslogtreecommitdiffstats
path: root/tests/unixNotfy.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-09-04 17:50:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-09-04 17:50:41 (GMT)
commit97cdcb952880738c92e1f619b72198f43f3008cf (patch)
tree358d20f034ece1e67cdf4767b873b5778a40fbb2 /tests/unixNotfy.test
parent07d33a36a1114cc2bb2b5b97ae0da95209fff8eb (diff)
downloadtcl-97cdcb952880738c92e1f619b72198f43f3008cf.zip
tcl-97cdcb952880738c92e1f619b72198f43f3008cf.tar.gz
tcl-97cdcb952880738c92e1f619b72198f43f3008cf.tar.bz2
&& of the constraints is the default; need not be specified.
Diffstat (limited to 'tests/unixNotfy.test')
-rw-r--r--tests/unixNotfy.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unixNotfy.test b/tests/unixNotfy.test
index 8e776cc..c9cda63 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.11.2.1 2003/09/04 17:50:41 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]