Fix refute

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-03-08 09:59:07 -07:00
parent 58dd2ab1d3
commit baeb19bfe2

View File

@ -29,7 +29,7 @@ setup() {
assert_output --partial "actions.test.one.export"
assert_output --partial 'client.filesystem."./test_do".write'
refute_output --partial "actions.notMe"
refute_output --partial "actions.notMe"
refute_output --partial 'client.filesystem."./dependent_do".write'
}