From 33db6ab90a2c3064ae039146cd5fd4458a04026a Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Dec 2021 11:02:34 -0700 Subject: [PATCH] using "$DAGGER" Signed-off-by: Richard Jones --- tests/plan.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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