Skip to content

Commit

Permalink
Update test cases for the new "usage" for .output.
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Richard Hipp committed Jan 10, 2018
1 parent 3fc05e3 commit e82154d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/shell1.test
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ do_test shell1-3.15.2 {
do_test shell1-3.15.3 {
# too many arguments
catchcmd "test.db" ".output FOO BAD"
} {1 {Usage: .output FILE}}
} {1 {Usage: .output [-e|-x|FILE]}}

# .output stdout Send output to the screen
do_test shell1-3.16.1 {
Expand All @@ -504,7 +504,7 @@ do_test shell1-3.16.1 {
do_test shell1-3.16.2 {
# too many arguments
catchcmd "test.db" ".output stdout BAD"
} {1 {Usage: .output FILE}}
} {1 {Usage: .output [-e|-x|FILE]}}

# .prompt MAIN CONTINUE Replace the standard prompts
do_test shell1-3.17.1 {
Expand Down

0 comments on commit e82154d

Please sign in to comment.