From: Michael Prokop Date: Tue, 9 Jun 2020 10:22:39 +0000 (+0200) Subject: packer: avoid duplicate test name in debian64.bats X-Git-Tag: v0.94~7 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=d59f0ebfda66926978b24482ede6b43e9ad51d5a packer: avoid duplicate test name in debian64.bats Fixes: | ==> virtualbox-iso: bats warning: duplicate test name(s) in /tmp/debian64.bats: test_home_directory_for_user_vagrant --- 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 ] }