diff options
Diffstat (limited to 'cli-tests/t_change_passphrase.sh')
| -rwxr-xr-x | cli-tests/t_change_passphrase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-tests/t_change_passphrase.sh b/cli-tests/t_change_passphrase.sh index 204512d..1360bc2 100755 --- a/cli-tests/t_change_passphrase.sh +++ b/cli-tests/t_change_passphrase.sh @@ -14,7 +14,7 @@ echo pass1 | fscrypt encrypt --quiet --name=prot --skip-unlock "$dir" _print_header "Try to unlock with wrong passphrase" _expect_failure "echo pass2 | fscrypt unlock --quiet '$dir'" _expect_failure "mkdir '$dir/subdir'" -protector=$(fscrypt status "$dir" | awk '/custom protector/{print $1}') +protector=$(_get_protector_descriptor "$dir" custom prot) _print_header "Change passphrase" echo $'pass1\npass2' | \ |