From c9f9fd66d7bfd81384965ea2b28098108000a7ba Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Tue, 8 Mar 2022 09:47:17 -0700 Subject: [PATCH] do -> "do" Signed-off-by: Joel Longtine --- tests/plan.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plan.bats b/tests/plan.bats index aed5b3f8..8c4f5d2c 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -7,7 +7,7 @@ setup() { @test "plan/do dynamic tasks - fails to find tasks" { # Europa loader handles the cwd differently, therefore we need to CD into the tree at or below the parent of cue.mod cd "$TESTDIR" - run "$DAGGER" do -p ./plan/do/dynamic_tasks.cue test b + run "$DAGGER" "do" -p ./plan/do/dynamic_tasks.cue test b # No output because of weirdness with dynamic tasks, which causes it to fail refute_output --partial "actions.test.b" }