]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop the --recursive=no test 27907/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 3 Jun 2023 11:38:29 +0000 (13:38 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 3 Jun 2023 14:30:46 +0000 (16:30 +0200)
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

index 6f08362e7c2dbc2ac5d9746f9a885f4163820bb7..cf98279d01f089881863657286f414346daa195a 100755 (executable)
@@ -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)