local.test-luksmeta.patch 381 B

12345678910111213141516
  1. Description: Make sure cryptsetup gets found in the tests
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2017-08-31
  4. Forwarded: not-needed
  5. --- a/test-luksmeta
  6. +++ b/test-luksmeta
  7. @@ -11,7 +11,7 @@
  8. trap 'onexit' EXIT
  9. truncate -s 4M $tmp
  10. -echo -n foo | cryptsetup luksFormat $tmp -
  11. +echo -n foo | /sbin/cryptsetup luksFormat $tmp -
  12. ! ./luksmeta test -d $tmp