Message ID | 20170203162537.872-1-tytso@mit.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/generic/398.out b/tests/generic/398.out index f9274878..8e08270d 100644 --- a/tests/generic/398.out +++ b/tests/generic/398.out @@ -39,7 +39,7 @@ Operation not permitted *** Exchange encrypted <=> encrypted without key *** -Operation not permitted +Required key not available *** Exchange encrypted <=> unencrypted without key *** -Operation not permitted +Required key not available
The bug fix that ultimately landed in the fscrypt tree will return ENOKEY instead of EPERM when doing a cross rename involving a directory where the key is not available. So fix up the golden output for generic/398 accordingly. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: Eric Biggers <ebiggers3@gmail.com> --- tests/generic/398.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)