| 12345678910111213141516 | Description: Make sure cryptsetup gets found in the testsAuthor: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>Date: 2017-08-31Forwarded: 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 
 |