summaryrefslogtreecommitdiffstats
path: root/tests/unixNotfy.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-01 16:41:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-01 16:41:20 (GMT)
commit1b435abc4154bcc21eab372039b43f00d9216aff (patch)
tree34dbac2629e54790b9483126cf543a28720621af /tests/unixNotfy.test
parent3d477f55379e35185630a523266f4bbe2fd816cc (diff)
downloadtcl-1b435abc4154bcc21eab372039b43f00d9216aff.zip
tcl-1b435abc4154bcc21eab372039b43f00d9216aff.tar.gz
tcl-1b435abc4154bcc21eab372039b43f00d9216aff.tar.bz2
* tests/unixNotfy.test (1.1,2): Update error message whitespace to
match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range.
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 42090d9..24717ee 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.18 2005/05/14 20:46:46 das Exp $
+# RCS: @(#) $Id: unixNotfy.test,v 1.19 2005/11/01 16:41:20 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
@@ -40,7 +40,7 @@ test unixNotfy-1.1 {Tcl_DeleteFileHandler} -constraints {noTk unix unthreaded} -
vwait x
close $f
list [catch {vwait x} msg] $msg
-} -result {1 {can't wait for variable "x": would wait forever}} -cleanup {
+} -result {1 {can't wait for variable "x": would wait forever}} -cleanup {
catch { close $f }
catch { removeFile foo }
}
@@ -55,7 +55,7 @@ test unixNotfy-1.2 {Tcl_DeleteFileHandler} -constraints {noTk unix unthreaded} -
vwait y
close $f2
list [catch {vwait x} msg] $msg
-} -result {1 {can't wait for variable "x": would wait forever}} -cleanup {
+} -result {1 {can't wait for variable "x": would wait forever}} -cleanup {
catch { close $f1 }
catch { close $f2 }
catch { removeFile foo }