pda/testdata/del__glob__ok.ct

10 lines
208 B
XML

$ pda set a1 1
$ pda set a2 2
$ pda set b1 3
$ pda del --glob a* --force
$ pda get a1 --> FAIL
Error: cannot get 'a1': Key not found
$ pda get a2 --> FAIL
Error: cannot get 'a2': Key not found
$ pda get b1
3