Description: Make sure cryptsetup gets found in the tests Author: Christoph Biedl Date: 2017-08-31 Forwarded: not-needed --- a/test-luksmeta +++ b/test-luksmeta @@ -11,7 +11,7 @@ trap 'onexit' EXIT truncate -s 4M $tmp -echo -n foo | cryptsetup luksFormat $tmp - +echo -n foo | /sbin/cryptsetup luksFormat $tmp - ! ./luksmeta test -d $tmp