diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-12-10 09:43:14 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-28 11:46:47 +0100 |
commit | c8937bed08701875e4c1540ffb28a0d34243b94c (patch) | |
tree | e35b7240d0f941b5daceb34b3c1374859be8fd50 /test/TEST-32-OOMPOLICY/test.sh | |
parent | test: move TEST-31-DEVICE-ENUMERATION setup to static files (diff) | |
download | systemd-c8937bed08701875e4c1540ffb28a0d34243b94c.tar.xz systemd-c8937bed08701875e4c1540ffb28a0d34243b94c.zip |
test: move TEST-32-OOMPOLICY setup to static files
Diffstat (limited to 'test/TEST-32-OOMPOLICY/test.sh')
-rwxr-xr-x | test/TEST-32-OOMPOLICY/test.sh | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/test/TEST-32-OOMPOLICY/test.sh b/test/TEST-32-OOMPOLICY/test.sh index 36aad419ea..32fac7a289 100755 --- a/test/TEST-32-OOMPOLICY/test.sh +++ b/test/TEST-32-OOMPOLICY/test.sh @@ -16,21 +16,7 @@ test_setup() { setup_basic_environment mask_supporting_services - - # setup the testsuite service - cat >$initdir/etc/systemd/system/testsuite.service <<EOF -[Unit] -Description=Testsuite service - -[Service] -ExecStart=/testsuite.sh -Type=oneshot -MemoryAccounting=yes -EOF - cp testsuite.sh $initdir/ - - setup_testsuite ) } -do_test "$@" +do_test "$@" 32 |