diff --git a/tests/plan.bats b/tests/plan.bats index bf8aeb64..3b21654a 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -6,7 +6,7 @@ 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"/plan/hello-europa - run dagger --europa up + cd "$TESTDIR" + run dagger --europa up ./plan/hello-europa assert_success } \ No newline at end of file