Minor test fixes for non-linux

procps works well on Linux, on other arches there are some strange
differences due to their emulation of procfs which is not 100%
Disabling checks for non-linux until that can be sorted out.
This commit is contained in:
Craig Small
2011-12-03 00:32:14 +11:00
parent 4725fc735e
commit 3d807ae853
5 changed files with 27 additions and 19 deletions

View File

@@ -1,17 +1,20 @@
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU
if LINUX
# Programs that are expected across the board
DEJATOOL = \
free \
kill \
pgrep \
pkill \
pmap \
ps \
pwdx \
uptime \
vmstat \
w
w \
sysctl slabtop pmap kill
endif
EXTRA_DIST = \
@@ -29,4 +32,5 @@ EXTRA_DIST = \
pwdx.test/pwdx.exp \
global-conf.exp \
sysctl.test/sysctl_read.exp \
slabtop.test/slabtop.exp \
vmstat.test/vmstat.exp