diff options
author | fvogel <fvogelnew1@free.fr> | 2022-08-30 10:38:36 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-08-30 10:38:36 (GMT) |
commit | 5d3664493d70daead5fdb666a27d93a34e68b974 (patch) | |
tree | 756b70ca903a7244f84faab6350867cc4c21d185 /tests/canvPs.test | |
parent | 4d815dd4be06e3634b8b3c706f56169c8615e304 (diff) | |
parent | e9904f5e38aab82fc5659f319c0e5c6cd8d02120 (diff) | |
download | tk-5d3664493d70daead5fdb666a27d93a34e68b974.zip tk-5d3664493d70daead5fdb666a27d93a34e68b974.tar.gz tk-5d3664493d70daead5fdb666a27d93a34e68b974.tar.bz2 |
Fix [1088807fff]: Aqua: canvPs-3.1 panic. This was fixed when [424773a00c] got fixed, now just remove the constraint in canvPS-3.1. Thanks to Christopher Chavez.
Diffstat (limited to 'tests/canvPs.test')
-rw-r--r-- | tests/canvPs.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/canvPs.test b/tests/canvPs.test index b3c81ea..1f3e1dc 100644 --- a/tests/canvPs.test +++ b/tests/canvPs.test @@ -133,9 +133,7 @@ test canvPs-2.4 {test writing to channel and file, same output} -constraints { destroy .c -test canvPs-3.1 {test ps generation with an embedded window} -constraints { - notAqua -} -setup { +test canvPs-3.1 {test ps generation with an embedded window} -setup { set bar [makeFile {} bar.ps] file delete $bar } -body { |