From 1a062775d2735b0291d3dd2af446ea5192c48f2a Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 28 Jun 2021 12:32:35 +0000 Subject: Fix iocmd-8.4 testcase --- tests/ioCmd.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ioCmd.test b/tests/ioCmd.test index dbca866..0b0ef3c 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -230,7 +230,7 @@ test iocmd-8.4 {fconfigure command} -setup { fconfigure $f1 froboz } -returnCodes error -cleanup { close $f1 -} -result [expectedOpts "froboz" {}] +} -result [expectedOpts "froboz" -stat] test iocmd-8.5 {fconfigure command} -returnCodes error -body { fconfigure stdin -buffering froboz } -result {bad value for -buffering: must be one of full, line, or none} -- cgit v0.12