X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=packer%2Fdebian64.bats;fp=packer%2Fdebian64.bats;h=b0f9be6d23eb968318c35c89015d924e60827013;hp=189c668f2a7ba8a559aa79d2fe02aba1ceb5fa7b;hb=7803bf372239c4aa67e7e60de715f311232e7b7b;hpb=351237a25834610576f953d1be2976f043e6f862 diff --git a/packer/debian64.bats b/packer/debian64.bats index 189c668..b0f9be6 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" == 'buster/sid' ]] } @test "kernel exists" {