summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-26 19:27:32 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-26 19:27:32 +0200
commitcb725d11ad80312d9654afaeb6a0906d914eaa66 (patch)
tree081f7c010a4ed413ca82f928b67f7f1a445f447d /tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh
parenta95f415bb42be33e09b6109aa0a3faededeea792 (diff)
add unit test for "dm_crypt on top of lvm on top of raw" setup
Diffstat (limited to 'tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh')
-rw-r--r--tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh b/tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh
new file mode 100644
index 0000000..d5bc0d0
--- /dev/null
+++ b/tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for i in /etc/ / /root/ /home/ /var/
+do
+ touch /mnt${i}test_file
+done