test(all): removes --force from test cases
This commit is contained in:
parent
6953ba7583
commit
ebabae41b6
10 changed files with 16 additions and 12 deletions
2
testdata/del__multiple__ok.ct
vendored
2
testdata/del__multiple__ok.ct
vendored
|
|
@ -1,6 +1,6 @@
|
|||
$ pda set a 1
|
||||
$ pda set b 2
|
||||
$ pda del a b --force
|
||||
$ pda del a b
|
||||
$ pda get a --> FAIL
|
||||
Error: cannot get 'a': Key not found
|
||||
$ pda get b --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue