#!/bin/sh

set -e

cryfs --help 2>&1 | grep -q Usage

cryfs --show-ciphers 2>&1 | grep -q aes-256-gcm

cryfs --version 2>&1 | grep -q Version
