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:
mistachkin 2015-01-19 21:27:46 +00:00
parent 0acee5139b
commit bfefa4c27b
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Add\scomments\sand\simprove\sthe\snew\stest\scase.
D 2015-01-19T21:11:31.645
C Improve\sprecision\sof\sthe\snew\stest\scase\sby\sremoving\sa\ssuperfluous\scarriage-return\sfrom\sthe\sshell\scommand\sinput.
D 2015-01-19T21:27:46.816
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 5407a688f4d77a05c18a8142be8ae5a2829dd610
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -855,7 +855,7 @@ F test/sharedA.test 0cdf1a76dfa00e6beee66af5b534b1e8df2720f5
F test/sharedB.test 16cc7178e20965d75278f410943109b77b2e645e
F test/shared_err.test 2f2aee20db294b9924e81f6ccbe60f19e21e8506
F test/sharedlock.test 5ede3c37439067c43b0198f580fd374ebf15d304
F test/shell1.test b6fb0b96577aaa60e8e8e768abf4d5949c190a89
F test/shell1.test a80eda2760914c0795bc825b2882bffe6584cc29
F test/shell2.test 12b8bf901b0e3a8ac58cf5c0c63a0a388d4d1862
F test/shell3.test 5e8545ec72c4413a0e8d4c6be56496e3c257ca29
F test/shell4.test 8a9c08976291e6c6c808b4d718f4a8b299f339f5
@ -1236,7 +1236,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P d8564f70e6ba1e7c485d6b9a6a6cd81c43b41c98
R b1db4ca4c048652a4b7c803dd82c6af9
P 4ec2aeadf949028956e20b72999e2e9cad451922
R a4cb3f9354b52dabfb63b39cf4621164
U mistachkin
Z 534fb2c8d4e80bb2e75da2dbf7e3fa0b
Z a6be402bd05c2e2cd199f4183006fc6a

View File

@ -1 +1 @@
4ec2aeadf949028956e20b72999e2e9cad451922
913c41b2cdb7c1ec9eba2c8889715b18f693a2bf

View File

@ -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"} {