1#################################################
2# name: set
3# purpose: tests for set commands
4# expect: TEST::CISTRING
5# options: -rr
6#################################################
7# setting prompt color
8# setting error color
9# setting notice color
10# Failed to find breakpoint #0
11# oplog disabled
12# opened oplog test.log
13# nothing
14#################################################
15set color prompt none
16set color error none
17set color notice none
18set prompt promot>
19set break 0
20set oplog
21set oplog test.log
22