From 518d76cbe2397d08381ec9f71bd1d1f1343af9de Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Dec 2021 15:59:48 -0700 Subject: [PATCH] previous cd fixed cue loading but broke reference to dagger binary Signed-off-by: Richard Jones --- tests/plan.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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