test(del dedupe): no error due to lack of deduplication
This commit is contained in:
parent
e3cdadd5fd
commit
65a393f8d6
1 changed files with 10 additions and 0 deletions
10
testdata/del__dedupe__ok.ct
vendored
Normal file
10
testdata/del__dedupe__ok.ct
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
$ pda set foo 1
|
||||
$ pda set bar 2
|
||||
$ pda ls
|
||||
bar 2
|
||||
foo 1
|
||||
$ pda del foo --glob "*" --force
|
||||
$ pda get bar --> FAIL
|
||||
Error: cannot get 'bar': Key not found
|
||||
$ pda get foo --> FAIL
|
||||
Error: cannot get 'foo': Key not found
|
||||
Loading…
Add table
Add a link
Reference in a new issue