From d99e099fb45ad71988e22d3a0d081725d1b6e653 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 3 Jun 2023 13:38:29 +0200 Subject: [PATCH] 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. --- test/units/testsuite-74.cgtop.sh | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.3