summaryrefslogtreecommitdiff
path: root/test/TEST-04-JOURNAL/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-04-JOURNAL/test.sh')
-rwxr-xr-xtest/TEST-04-JOURNAL/test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/TEST-04-JOURNAL/test.sh b/test/TEST-04-JOURNAL/test.sh
index 868ac28aa1..f16543c2b4 100755
--- a/test/TEST-04-JOURNAL/test.sh
+++ b/test/TEST-04-JOURNAL/test.sh
@@ -4,18 +4,4 @@ TEST_DESCRIPTION="Journal-related tests"
. $TEST_BASE_DIR/test-functions
-test_setup() {
- create_empty_image_rootdir
-
- # Create what will eventually be our root filesystem onto an overlay
- (
- LOG_LEVEL=5
- eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
-
- setup_basic_environment
- mask_supporting_services
- )
- setup_nspawn_root
-}
-
do_test "$@" 04