From ee3aab9213946312ca24b32602adeb6947387448 Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 20 Nov 2025 19:04:44 +0000 Subject: [PATCH] build(testdata): final tweaks to testdata for gh actions environment. should be agnostic now and work with any shell. --- testdata/get__ok__with__binary_run.ct | 2 +- testdata/get__ok__with__binary_run_secret.ct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/get__ok__with__binary_run.ct b/testdata/get__ok__with__binary_run.ct index 51f79b2..a398a54 100644 --- a/testdata/get__ok__with__binary_run.ct +++ b/testdata/get__ok__with__binary_run.ct @@ -1,4 +1,4 @@ -$ fecho cmd sh -c echo hello +$ fecho cmd echo hello $ pda set foo < cmd $ pda get foo --include-binary --run hello diff --git a/testdata/get__ok__with__binary_run_secret.ct b/testdata/get__ok__with__binary_run_secret.ct index a8ce2e9..76e0976 100644 --- a/testdata/get__ok__with__binary_run_secret.ct +++ b/testdata/get__ok__with__binary_run_secret.ct @@ -1,4 +1,4 @@ -$ fecho cmd sh -c echo hello +$ fecho cmd echo hello $ pda set foo < cmd $ pda get foo --include-binary --run --secret hello