From 0dc63bb30e141cbb2684fb5663f3d1629a7b6c80 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Thu, 13 May 2021 12:45:51 -0700 Subject: [PATCH] tests: fixed test result Signed-off-by: Sam Alba --- tests/ops.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ops.bats b/tests/ops.bats index 1a17f134..943acdef 100644 --- a/tests/ops.bats +++ b/tests/ops.bats @@ -106,7 +106,7 @@ setup() { assert_failure run "$DAGGER" compute "$TESTDIR"/ops/fetch-git/gitdir - assert_failure + assert_success # FIXME: distinguish missing inputs from incorrect config # run "$DAGGER" compute "$TESTDIR"/ops/fetch-git/invalid