diff options
Diffstat (limited to 'test/TEST-07-ISSUE-1981')
-rwxr-xr-x | test/TEST-07-ISSUE-1981/test.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh index e488cb4347..2e4f67c5fe 100755 --- a/test/TEST-07-ISSUE-1981/test.sh +++ b/test/TEST-07-ISSUE-1981/test.sh @@ -8,9 +8,7 @@ TEST_NO_QEMU=1 NSPAWN_TIMEOUT=30s 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 ( @@ -42,9 +40,6 @@ EOF setup_testsuite ) setup_nspawn_root - - ddebug "umount $TESTDIR/root" - umount $TESTDIR/root } do_test "$@" |