#!/bin/sh

. ./test-functions

echo -n "ps Z root test:			"
ps hZ | grep -v ^[01]
if [ $? == 0 ]; then
	failmsg ps did not contain SimpleFlow information
else
	passmsg ps contained SimpleFlow information
fi
