diff options
author | fvogel <fvogelnew1@free.fr> | 2018-04-30 19:21:05 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-04-30 19:21:05 (GMT) |
commit | 030c9b8c94689a3d9d28547e7fe7eaec874b764a (patch) | |
tree | b4487c4d5b384a8b1de9ee396059d3968e9fb67d /tests | |
parent | 3bc06deb7af507dc30049291d999a36d83905952 (diff) | |
download | tk-030c9b8c94689a3d9d28547e7fe7eaec874b764a.zip tk-030c9b8c94689a3d9d28547e7fe7eaec874b764a.tar.gz tk-030c9b8c94689a3d9d28547e7fe7eaec874b764a.tar.bz2 |
Work around [38e83e6ec9]: config-4.57 fails on macOS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/config.test b/tests/config.test index a0c1921..833e288 100644 --- a/tests/config.test +++ b/tests/config.test @@ -679,10 +679,10 @@ test config-4.56 {DoObjConfig - new bitmap} -constraints testobjconfig -body { test config-4.57 {DoObjConfig - invalid bitmap} -constraints { testobjconfig } -body { - testobjconfig alltypes .foo -bitmap foo + testobjconfig alltypes .foo -bitmap foobar } -cleanup { killTables -} -returnCodes error -result {bitmap "foo" not defined} +} -returnCodes error -result {bitmap "foobar" not defined} test config-4.58 {DoObjConfig - null bitmap} -constraints testobjconfig -body { testobjconfig alltypes .foo -bitmap {} } -cleanup { |