From 781bf49055d8127a15c061d6cda27af455e38584 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 3 Feb 2017 11:25:37 -0500 Subject: [PATCH] generic/398: update errors to be returned when doing cross renames w/o keys 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 Cc: Eric Biggers Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/generic/398.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5