pda/testdata/remove__glob__ok.ct

10 lines
199 B
XML

$ pda set a1 1
$ pda set a2 2
$ pda set b1 3
$ pda rm --glob a*
$ 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