From: Ondrej Lichtner olichtne@redhat.com
pstree is a needless dependency, just use ps instead of it.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- regression-tests/tests/25/recipe1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-tests/tests/25/recipe1.xml b/regression-tests/tests/25/recipe1.xml index 8b9aee3..276061c 100644 --- a/regression-tests/tests/25/recipe1.xml +++ b/regression-tests/tests/25/recipe1.xml @@ -36,7 +36,7 @@ <run command="ping -c 4 {ip(tm2,phy1)}" host="tm1" netns="in"/> <run command="ping {ip(tm2,phy1)}" host="tm1" netns="in" bg_id="on_bg"/> <ctl_wait seconds="2"/> - <run command="pstree -p" host="tm1" netns="in"/> + <run command="ps aux" host="tm1" netns="in"/> <ctl_wait seconds="2"/> <intr host="tm1" bg_id="on_bg"/> </task>
lnst-developers@lists.fedorahosted.org