procps/testsuite
Craig Small db602e1d44 slabtop check has optional spaces at start of line
There is a race condition between expect script consuming the output
from slabtop. There were a sequences of lines that looked like
^\d+ ... \s*
with the last \s* consuming the first space on the start of the line.
However if the line takes too long to print, then expect stops there and
the space at the start of the subsquent line does not match.

The solution is a \s* at the start ofthe line.
2011-12-04 22:08:23 +11:00
..
config Added slabtop tests 2011-12-02 22:41:03 +11:00
free.test Minor test fixes for non-linux 2011-12-03 00:32:14 +11:00
kill.test tests: clean up kill temporary file 2011-12-03 20:20:27 +01:00
pgrep.test More testing added for procps 2011-11-30 23:11:35 +11:00
pkill.test More testing added for procps 2011-11-30 23:11:35 +11:00
pmap.test fixed small tests for pmap and ps checks 2011-12-01 22:42:23 +11:00
ps.test fixed small tests for pmap and ps checks 2011-12-01 22:42:23 +11:00
pwdx.test Fixing tests due to some results 2011-12-04 00:50:36 +11:00
slabtop.test slabtop check has optional spaces at start of line 2011-12-04 22:08:23 +11:00
sysctl.test Add sysctl check and tests to extra_dist 2011-11-28 22:02:27 +11:00
uptime.test Fixing tests due to some results 2011-12-04 00:50:36 +11:00
vmstat.test Fixing tests due to some results 2011-12-04 00:50:36 +11:00
w.test Fixing tests due to some results 2011-12-04 00:50:36 +11:00
.gitignore new free commands 2011-11-23 22:48:49 +11:00
global-conf.exp new free commands 2011-11-23 22:48:49 +11:00
Makefile.am build-sys: site.exp does not need to be in dist package 2011-12-03 20:20:27 +01:00