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/restore__glob__ok.ct
vendored
2
testdata/restore__glob__ok.ct
vendored
|
|
@ -2,7 +2,7 @@ $ pda set a1 1
|
|||
$ pda set a2 2
|
||||
$ pda set b1 3
|
||||
$ fecho dumpfile {"key":"a1","value":"1","encoding":"text"} {"key":"a2","value":"2","encoding":"text"} {"key":"b1","value":"3","encoding":"text"}
|
||||
$ pda del a1 a2 b1 --force
|
||||
$ pda del a1 a2 b1
|
||||
$ pda restore --glob a* --file dumpfile
|
||||
Restored 2 entries into @default
|
||||
$ pda get a1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue