Index: test/shell1.test ================================================================== --- test/shell1.test +++ test/shell1.test @@ -282,11 +282,11 @@ } {1 {Error: unknown command or invalid arguments: "bail". Enter ".help" for help}} # .databases List names and files of attached databases do_test shell1-3.3.1 { catchcmd "-csv test.db" ".databases" -} {/0 +.*main +.*test.db.*/} +} "/0 +.*main +[string map {/ .} [string range [pwd] 0 10]].*/" do_test shell1-3.3.2 { # too many arguments catchcmd "test.db" ".databases BAD" } {1 {Error: unknown command or invalid arguments: "databases". Enter ".help" for help}}