summaryrefslogtreecommitdiffstats
path: root/test/TEST-30-ONCLOCKCHANGE/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-30-ONCLOCKCHANGE/test.sh')
-rwxr-xr-xtest/TEST-30-ONCLOCKCHANGE/test.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TEST-30-ONCLOCKCHANGE/test.sh b/test/TEST-30-ONCLOCKCHANGE/test.sh
index 47f1fff1d3..98a9db8007 100755
--- a/test/TEST-30-ONCLOCKCHANGE/test.sh
+++ b/test/TEST-30-ONCLOCKCHANGE/test.sh
@@ -6,9 +6,7 @@ TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions
test_setup() {
- create_empty_image
- mkdir -p $TESTDIR/root
- mount ${LOOPDEV}p1 $TESTDIR/root
+ create_empty_image_rootdir
(
LOG_LEVEL=5
@@ -50,9 +48,6 @@ EOF
setup_testsuite
)
-
- ddebug "umount $TESTDIR/root"
- umount $TESTDIR/root
}
do_test "$@"