diff options
Diffstat (limited to 'test/misc7.test')
-rw-r--r-- | test/misc7.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc7.test b/test/misc7.test index 96062a93b..ec042ff0e 100644 --- a/test/misc7.test +++ b/test/misc7.test @@ -355,7 +355,7 @@ do_ioerr_test misc7-16 -sqlprep { COMMIT; }} msg] - if {!$rc || ($rc && [string first "columns" $msg]==0)} { + if {!$rc || ($rc && [string first "UNIQUE" $msg]==0)} { set msg } else { error $msg |