build(testdata): final tweaks to testdata for gh actions environment. should be agnostic now and work with any shell.
This commit is contained in:
parent
329a62c208
commit
ee3aab9213
2 changed files with 2 additions and 2 deletions
2
testdata/get__ok__with__binary_run.ct
vendored
2
testdata/get__ok__with__binary_run.ct
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
$ fecho cmd sh -c echo hello
|
$ fecho cmd echo hello
|
||||||
$ pda set foo < cmd
|
$ pda set foo < cmd
|
||||||
$ pda get foo --include-binary --run
|
$ pda get foo --include-binary --run
|
||||||
hello
|
hello
|
||||||
|
|
|
||||||
2
testdata/get__ok__with__binary_run_secret.ct
vendored
2
testdata/get__ok__with__binary_run_secret.ct
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
$ fecho cmd sh -c echo hello
|
$ fecho cmd echo hello
|
||||||
$ pda set foo < cmd
|
$ pda set foo < cmd
|
||||||
$ pda get foo --include-binary --run --secret
|
$ pda get foo --include-binary --run --secret
|
||||||
hello
|
hello
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue