mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Improve precision of the new test case by removing a superfluous carriage-return from the shell command input.
FossilOrigin-Name: 913c41b2cdb7c1ec9eba2c8889715b18f693a2bf
This commit is contained in:
@@ -860,7 +860,7 @@ do_test shell1-5.0 {
|
||||
" " "\" \"" \" \\\" ' \"'\" \\ \\\\]
|
||||
}
|
||||
set char [string map $escapes $char]
|
||||
set x [catchcmdex test.db ".print $char\r\n"]
|
||||
set x [catchcmdex test.db ".print $char\n"]
|
||||
set code [lindex $x 0]
|
||||
set res [lindex $x 1]
|
||||
if {$code ne "0"} {
|
||||
|
||||
Reference in New Issue
Block a user