diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-26 19:27:32 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-26 19:27:32 +0200 |
commit | cb725d11ad80312d9654afaeb6a0906d914eaa66 (patch) | |
tree | 081f7c010a4ed413ca82f928b67f7f1a445f447d /tests/runtime/automatic-dmcrypt-lvm-install-sda/setup_test.sh | |
parent | a95f415bb42be33e09b6109aa0a3faededeea792 (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.sh | 6 |
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 |