diff options
Diffstat (limited to 'tests/setup_alpine_test')
-rwxr-xr-x | tests/setup_alpine_test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/setup_alpine_test b/tests/setup_alpine_test index 4fff2f2..3ed6d79 100755 --- a/tests/setup_alpine_test +++ b/tests/setup_alpine_test @@ -50,8 +50,8 @@ setup_alpine_create_answerfile_body() { || atf_fail "ssh key not set for root" grep home/juser etc/apk/protected_paths.d/lbu.list \ || atf_fail "home/juser was not added to lbu.list" - grep root/.ssh etc/apk/protected_paths.d/lbu.list \ - || atf_fail "root/.ssh was not added to lbu.list" + grep root/.ssh/authorized_keys etc/apk/protected_paths.d/lbu.list \ + || atf_fail "root/.ssh/authorized_keys was not added to lbu.list" } setup_alpine_kvm_clock_body() { |