Skip to content

Commit 8f619f9

Browse files
authored
Merge pull request #341 from google/fix-test
cli-tests: fix broken test
2 parents fac3086 + 6eb3165 commit 8f619f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli-tests/t_encrypt_login.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ show_status false
8989

9090
begin "Test that linked protector works even if UUID link is broken"
9191
echo TEST_USER_PASS | fscrypt encrypt --quiet --source=pam_passphrase --user="$TEST_USER" "$dir"
92-
protector=$(get_login_protector)
92+
protector=$(_get_login_descriptor)
9393
link_file=$MNT/.fscrypt/protectors/$protector.link
9494
[ -e "$link_file" ] || _fail "$link_file does not exist"
9595
sed -i 's/UUID=.*/UUID=00000000-0000-0000-0000-000000000000/' "$link_file"

0 commit comments

Comments
 (0)