diff options
Diffstat (limited to 'test/TEST-01-BASIC/cryptroot-ask.sh')
-rwxr-xr-x | test/TEST-01-BASIC/cryptroot-ask.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/TEST-01-BASIC/cryptroot-ask.sh b/test/TEST-01-BASIC/cryptroot-ask.sh deleted file mode 100755 index db27c5b8..00000000 --- a/test/TEST-01-BASIC/cryptroot-ask.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -[ -b /dev/mapper/$2 ] && exit 0 -echo -n test >/keyfile -/sbin/cryptsetup luksOpen $1 $2 </keyfile - |