X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=packer%2Fdebian64.bats;h=a67716836b50d6319c0fff5762f927de92b32caf;hb=HEAD;hp=80481a5958e9d75ce9b3a205ac57e31acc7d8db8;hpb=d59f0ebfda66926978b24482ede6b43e9ad51d5a;p=grml-debootstrap.git diff --git a/packer/debian64.bats b/packer/debian64.bats index 80481a5..3e5818c 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" == 'bullseye/sid' ]] + [[ "$output" == [0-9]*.[0-9]* ]] || [[ "$output" == 'bookworm/sid' ]] } @test "kernel exists" {