fixed test by CD

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-12-09 14:32:26 -07:00
parent ce74bf0de2
commit 72708f9870
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

@ -5,6 +5,8 @@ setup() {
} }
@test "plan: hello" { @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 assert_success
} }