summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh
diff options
context:
space:
mode:
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