From 63ab0f7db5a26a9e760ba5e3b8a029cad10abcb2 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 24 Jul 2009 22:12:12 +0200 Subject: 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 --- tests/runtime/automatic-reuse-fs-sda/setup_test.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/runtime/automatic-reuse-fs-sda/setup_test.sh (limited to 'tests/runtime/automatic-reuse-fs-sda/setup_test.sh') 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 -- cgit v1.2.3-54-g00ecf