X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=packer%2Fdebian64.bats;h=d5aca5988e5d6a2a7ba3cfcb24b36bc55c9508a3;hp=189c668f2a7ba8a559aa79d2fe02aba1ceb5fa7b;hb=c7ddca2d38ad6698a115de7f4d6a47f60d5ba48b;hpb=45b4746a0ac2eebe631be0466fc62741c32744f8 diff --git a/packer/debian64.bats b/packer/debian64.bats index 189c668..d5aca59 100644 --- a/packer/debian64.bats +++ b/packer/debian64.bats @@ -17,7 +17,7 @@ teardown() { @test "debian_version exists and is valid version" { run cat "${mountpath}/etc/debian_version" [ "$status" -eq 0 ] - [[ "$output" == [0-9].[0-9]* ]] || [[ "$output" == 'stretch/sid' ]] + [[ "$output" == [0-9]*.[0-9]* ]] || [[ "$output" == 'bullseye/sid' ]] } @test "kernel exists" {