diff --git a/tests/plan.bats b/tests/plan.bats index 3b21654a..d2c16fd6 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -7,6 +7,6 @@ setup() { @test "plan: hello" { # 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 --europa up ./plan/hello-europa + run "$DAGGER" --europa up ./plan/hello-europa assert_success } \ No newline at end of file