summaryrefslogtreecommitdiff
path: root/test/TEST-02-SYSTEMD/cryptroot-ask.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-02-SYSTEMD/cryptroot-ask.sh')
-rwxr-xr-xtest/TEST-02-SYSTEMD/cryptroot-ask.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/TEST-02-SYSTEMD/cryptroot-ask.sh b/test/TEST-02-SYSTEMD/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-02-SYSTEMD/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
-