summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-reuse-fs-sda/setup_test.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-24 22:12:12 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-24 22:12:12 +0200
commit63ab0f7db5a26a9e760ba5e3b8a029cad10abcb2 (patch)
treee6d765b5fdbb6696ee91e40125937f47ce3732f4 /tests/runtime/automatic-reuse-fs-sda/setup_test.sh
parentc0b16a498cae06666e61d6913fe3c402b77a3242 (diff)
add automatic-reuse-fs-sda test, which tests the "user has an existing partition he wants to reuse" scenario, with even a rollback and re-do it thrown in
Diffstat (limited to 'tests/runtime/automatic-reuse-fs-sda/setup_test.sh')
-rw-r--r--tests/runtime/automatic-reuse-fs-sda/setup_test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runtime/automatic-reuse-fs-sda/setup_test.sh b/tests/runtime/automatic-reuse-fs-sda/setup_test.sh
new file mode 100644
index 0000000..d5bc0d0
--- /dev/null
+++ b/tests/runtime/automatic-reuse-fs-sda/setup_test.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for i in /etc/ / /root/ /home/ /var/
+do
+ touch /mnt${i}test_file
+done