From 637c980c20d192ccb98fd1e2e96f49caad72707d Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Thu, 13 May 2021 12:36:13 -0700 Subject: [PATCH] tests: added missing test in ops.bats Signed-off-by: Sam Alba --- tests/ops.bats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ops.bats b/tests/ops.bats index 43faf285..1a17f134 100644 --- a/tests/ops.bats +++ b/tests/ops.bats @@ -105,6 +105,9 @@ setup() { run "$DAGGER" compute "$TESTDIR"/ops/fetch-git/nonexistent/bork assert_failure + run "$DAGGER" compute "$TESTDIR"/ops/fetch-git/gitdir + assert_failure + # FIXME: distinguish missing inputs from incorrect config # run "$DAGGER" compute "$TESTDIR"/ops/fetch-git/invalid # assert_failure