X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=packer%2Fdebian64.bats;h=80481a5958e9d75ce9b3a205ac57e31acc7d8db8;hb=2669404614bd984dd3188bdf4aa275b0003f42f2;hp=d5aca5988e5d6a2a7ba3cfcb24b36bc55c9508a3;hpb=c7ddca2d38ad6698a115de7f4d6a47f60d5ba48b;p=grml-debootstrap.git diff --git a/packer/debian64.bats b/packer/debian64.bats index d5aca59..80481a5 100644 --- a/packer/debian64.bats +++ b/packer/debian64.bats @@ -75,7 +75,7 @@ teardown() { [ "$status" -eq 0 ] } -@test "home directory for user vagrant" { +@test "ssh key for user vagrant" { run grep -q ssh-rsa "$mountpath"/home/vagrant/.ssh/authorized_keys [ "$status" -eq 0 ] }