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__glob__mixed__ok.ct
vendored
2
testdata/del__glob__mixed__ok.ct
vendored
|
|
@ -1,7 +1,7 @@
|
|||
$ pda set foo 1
|
||||
$ pda set bar1 2
|
||||
$ pda set bar2 3
|
||||
$ pda del foo --glob bar* --force
|
||||
$ pda del foo --glob bar*
|
||||
$ pda get foo --> FAIL
|
||||
Error: cannot get 'foo': Key not found
|
||||
$ pda get bar1 --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue