We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac3086 commit 6eb3165Copy full SHA for 6eb3165
1 file changed
cli-tests/t_encrypt_login.sh
@@ -89,7 +89,7 @@ show_status false
89
90
begin "Test that linked protector works even if UUID link is broken"
91
echo TEST_USER_PASS | fscrypt encrypt --quiet --source=pam_passphrase --user="$TEST_USER" "$dir"
92
-protector=$(get_login_protector)
+protector=$(_get_login_descriptor)
93
link_file=$MNT/.fscrypt/protectors/$protector.link
94
[ -e "$link_file" ] || _fail "$link_file does not exist"
95
sed -i 's/UUID=.*/UUID=00000000-0000-0000-0000-000000000000/' "$link_file"
0 commit comments