From 72708f98700cdbca95600deee379f6741028e80f Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Dec 2021 14:32:26 -0700 Subject: [PATCH] fixed test by CD Signed-off-by: Richard Jones --- tests/plan.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/plan.bats b/tests/plan.bats index 56c037b9..bf8aeb64 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -5,6 +5,8 @@ setup() { } @test "plan: hello" { - run dagger --europa up ./plan/hello-europa + # 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 assert_success } \ No newline at end of file