summaryrefslogtreecommitdiffstats
path: root/test/TEST-39-EXECRELOAD/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-39-EXECRELOAD/test.sh')
-rwxr-xr-xtest/TEST-39-EXECRELOAD/test.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/TEST-39-EXECRELOAD/test.sh b/test/TEST-39-EXECRELOAD/test.sh
index 35cabff5ea..e38a9902ce 100755
--- a/test/TEST-39-EXECRELOAD/test.sh
+++ b/test/TEST-39-EXECRELOAD/test.sh
@@ -1,21 +1,6 @@
#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="Test ExecReload= (PR #13098)"
-
. $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 "$@" 39