diff options
Diffstat (limited to 'cli-tests/t_not_supported.sh')
| -rwxr-xr-x | cli-tests/t_not_supported.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli-tests/t_not_supported.sh b/cli-tests/t_not_supported.sh index 53a096a..9ff90e1 100755 --- a/cli-tests/t_not_supported.sh +++ b/cli-tests/t_not_supported.sh @@ -9,8 +9,8 @@ _print_header "Mount tmpfs" umount "$MNT" mount tmpfs -t tmpfs -o size=128m "$MNT" -_print_header "Create fscrypt metadata on tmpfs" -fscrypt setup "$MNT" +_print_header "Try to create fscrypt metadata on tmpfs" +_expect_failure "fscrypt setup '$MNT'" _print_header "Try to encrypt a directory on tmpfs" mkdir "$MNT/dir" |