diff --git a/tests/plan/do/disconnected_outputs_weirdness.cue b/tests/plan/do/disconnected_outputs_weirdness.cue index dc290770..b9561c1d 100644 --- a/tests/plan/do/disconnected_outputs_weirdness.cue +++ b/tests/plan/do/disconnected_outputs_weirdness.cue @@ -19,10 +19,7 @@ dagger.#Plan & { // actions.fromAndrea.a.export._files."/output.txt"._read // actions.image._dag."1"._exec // actions.image._dag."0"._op - outputs: files: test: { - dest: "./test_do" - contents: actions.test1.one.export.files["/output.txt"] - } + client: filesystem: "./test_do": write: contents: actions.test1.one.export.files["/output.txt"] actions: { image: alpine.#Build & { diff --git a/tests/plan/do/dynamic_tasks.cue b/tests/plan/do/dynamic_tasks.cue index 7b44cf61..47d75baf 100644 --- a/tests/plan/do/dynamic_tasks.cue +++ b/tests/plan/do/dynamic_tasks.cue @@ -8,10 +8,7 @@ import ( ) dagger.#Plan & { - outputs: files: dagger: { - dest: "./dagger_do" - contents: actions.test.b.y.export.files["/output.txt"] - } + client: filesystem: "./dagger_do": write: contents: actions.test.b.y.export.files["/output.txt"] actions: { image: alpine.#Build & {