diff options
Diffstat (limited to 'test/shell3.test')
-rw-r--r-- | test/shell3.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell3.test b/test/shell3.test index 6e38021d0..bb2524c1c 100644 --- a/test/shell3.test +++ b/test/shell3.test @@ -96,6 +96,6 @@ do_test shell3-2.6 { } {0 {}} do_test shell3-2.7 { catchcmd "foo.db" "CREATE TABLE" -} {1 {Error: incomplete SQL: CREATE TABLE}} +} {1 {Error: near line 1: near "TABLE": syntax error}} finish_test |