diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-09 07:23:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-09 07:23:05 (GMT) |
commit | 28010d48e92cd516ab264586ddeff2233cc5eb4a (patch) | |
tree | fb05812192ca1bcc9ef6a4428e8d857b3d125118 /tests/imgListFormat.test | |
parent | e1c1025a87901b4aed358668090787dcbd9c66a4 (diff) | |
download | tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.zip tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.gz tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.bz2 |
Remove many unnessesaary curly-braces in testcases
Diffstat (limited to 'tests/imgListFormat.test')
-rw-r--r-- | tests/imgListFormat.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/imgListFormat.test b/tests/imgListFormat.test index 331b572..be92a07 100644 --- a/tests/imgListFormat.test +++ b/tests/imgListFormat.test @@ -187,7 +187,7 @@ test imgListFormat-4.4 {StringReadDef: normal use case} -constraints { } -cleanup { imageCleanup unset imgData -} -result {1} +} -result 1 test imgListFormat-4.5 {StringReadDef: correct compositing rule} -constraints { hasTranspTeapotPhoto } -setup { |