Skip to content

Commit

Permalink
test-dhcp: fix NOP test
Browse files Browse the repository at this point in the history
New bats (1.11) seems to error out on empty tests. I tried delting this
but that just fails in CI for unknown reasons...

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Oct 16, 2024
1 parent acd2a9d commit 8114c82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test-dhcp/001-basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

load helpers

@test "simple example" {

# One might think this is a NOP and does nothing, so do I. But apparently
# something really weird is going with that in CI. If we delete this file
# the basic setup test will fail in CI. No idea why and I tried for to
# long to make any sense of this.
@test "NOP setup" {
:
}

0 comments on commit 8114c82

Please sign in to comment.