summaryrefslogtreecommitdiff
path: root/test/TEST-27-STDOUTFILE/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-27-STDOUTFILE/test.sh')
-rwxr-xr-xtest/TEST-27-STDOUTFILE/test.sh29
1 files changed, 1 insertions, 28 deletions
diff --git a/test/TEST-27-STDOUTFILE/test.sh b/test/TEST-27-STDOUTFILE/test.sh
index 66c98e5675..23aadf314e 100755
--- a/test/TEST-27-STDOUTFILE/test.sh
+++ b/test/TEST-27-STDOUTFILE/test.sh
@@ -4,31 +4,4 @@ TEST_DESCRIPTION="test StandardOutput=file:"
. $TEST_BASE_DIR/test-functions
-test_setup() {
- create_empty_image_rootdir
-
- (
- LOG_LEVEL=5
- eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
-
- setup_basic_environment
- mask_supporting_services
- inst_binary cmp
-
- # setup the testsuite service
- cat >$initdir/etc/systemd/system/testsuite.service <<EOF
-[Unit]
-Description=Testsuite service
-
-[Service]
-ExecStart=/testsuite.sh
-Type=oneshot
-EOF
- cp testsuite.sh $initdir/
-
- setup_testsuite
- )
- setup_nspawn_root
-}
-
-do_test "$@"
+do_test "$@" 27