summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-02 13:22:29 +0100
committerHarald Hoyer <harald@redhat.com>2013-03-02 13:22:29 +0100
commit4e32b2e9161b0958a489a502e3a1e7dab42ad912 (patch)
tree48bea2ab095166b953d43e4b61a577fcdc9784f9 /test
parent356333b3314aa4f9813b9c84e14544869944cb2a (diff)
downloaddracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.tar.gz
dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.tar.bz2
dracut-4e32b2e9161b0958a489a502e3a1e7dab42ad912.zip
test: removed unused cryptroot-ask.sh scripts
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-01-BASIC/cryptroot-ask.sh6
-rwxr-xr-xtest/TEST-02-SYSTEMD/cryptroot-ask.sh6
-rwxr-xr-xtest/TEST-03-USR-MOUNT/cryptroot-ask.sh6
-rwxr-xr-xtest/TEST-04-FULL-SYSTEMD/cryptroot-ask.sh6
-rwxr-xr-xtest/TEST-11-LVM/cryptroot-ask.sh6
-rwxr-xr-xtest/TEST-16-DMSQUASH/cryptroot-ask.sh6
-rwxr-xr-xtest/TEST-30-ISCSI/cryptroot-ask.sh6
7 files changed, 0 insertions, 42 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
-
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
-
diff --git a/test/TEST-03-USR-MOUNT/cryptroot-ask.sh b/test/TEST-03-USR-MOUNT/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-03-USR-MOUNT/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
-
diff --git a/test/TEST-04-FULL-SYSTEMD/cryptroot-ask.sh b/test/TEST-04-FULL-SYSTEMD/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-04-FULL-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
-
diff --git a/test/TEST-11-LVM/cryptroot-ask.sh b/test/TEST-11-LVM/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-11-LVM/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
-
diff --git a/test/TEST-16-DMSQUASH/cryptroot-ask.sh b/test/TEST-16-DMSQUASH/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-16-DMSQUASH/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
-
diff --git a/test/TEST-30-ISCSI/cryptroot-ask.sh b/test/TEST-30-ISCSI/cryptroot-ask.sh
deleted file mode 100755
index db27c5b8..00000000
--- a/test/TEST-30-ISCSI/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
-