test(set): OK test cases

This commit is contained in:
Lewis Wynne 2025-11-20 14:41:06 +00:00
parent 9d94b1d912
commit 63f68259bb
3 changed files with 4 additions and 0 deletions

1
testdata/set__ok.ct vendored Normal file
View file

@ -0,0 +1 @@
$ pda set a b

1
testdata/set__ok__with__secret.ct vendored Normal file
View file

@ -0,0 +1 @@
$ pda set foo foobar --secret

2
testdata/set__stdin__ok.ct vendored Normal file
View file

@ -0,0 +1,2 @@
$ fecho cmd hello world
$ pda set foo < cmd