diff options
Diffstat (limited to 'tests/runtime/automatic-lvm-dmcrypt-install-sda/setup_test.sh')
-rw-r--r-- | tests/runtime/automatic-lvm-dmcrypt-install-sda/setup_test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runtime/automatic-lvm-dmcrypt-install-sda/setup_test.sh b/tests/runtime/automatic-lvm-dmcrypt-install-sda/setup_test.sh new file mode 100644 index 0000000..d5bc0d0 --- /dev/null +++ b/tests/runtime/automatic-lvm-dmcrypt-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 |