From: Frantisek Sumsal Date: Sat, 3 Jun 2023 11:38:29 +0000 (+0200) Subject: test: drop the --recursive=no test X-Git-Tag: v254-rc1~292^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F27907%2Fhead;p=thirdparty%2Fsystemd.git test: drop the --recursive=no test As the outcome also depends on availability of the PID namespace, so the test might (and does) unexpectedly pass in some environments. --- diff --git a/test/units/testsuite-74.cgtop.sh b/test/units/testsuite-74.cgtop.sh index 6f08362e7c2..cf98279d01f 100755 --- a/test/units/testsuite-74.cgtop.sh +++ b/test/units/testsuite-74.cgtop.sh @@ -29,5 +29,4 @@ systemd-cgtop -p -t -c -m -i (! systemd-cgtop --order=foo) (! systemd-cgtop --depth=-1) (! systemd-cgtop --recursive=foo) -(! systemd-cgtop --recursive=no) (! systemd-cgtop --delay=1foo)