From d59f0ebfda66926978b24482ede6b43e9ad51d5a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 9 Jun 2020 12:22:39 +0200 Subject: [PATCH] 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 --- packer/debian64.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] } -- 2.1.4