diff options
Diffstat (limited to 'test/TEST-03-JOBS/test.sh')
-rwxr-xr-x | test/TEST-03-JOBS/test.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TEST-03-JOBS/test.sh b/test/TEST-03-JOBS/test.sh index 2a7df79a47..b815e7cb67 100755 --- a/test/TEST-03-JOBS/test.sh +++ b/test/TEST-03-JOBS/test.sh @@ -6,9 +6,7 @@ TEST_NO_QEMU=1 . $TEST_BASE_DIR/test-functions test_setup() { - create_empty_image - mkdir -p $TESTDIR/root - mount ${LOOPDEV}p1 $TESTDIR/root + create_empty_image_rootdir # Create what will eventually be our root filesystem onto an overlay ( @@ -46,9 +44,6 @@ EOF setup_testsuite ) setup_nspawn_root - - ddebug "umount $TESTDIR/root" - umount $TESTDIR/root } do_test "$@" |