From b30cd7eed5b70c5eaf08f8681eb3f717c4d11329 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 3 Jan 2007 01:07:55 +0100 Subject: ipcs: add new tests for ipcs limits The tests check if data from kernel and from the ipcs command are same. Signed-off-by: Karel Zak --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run.sh') diff --git a/tests/run.sh b/tests/run.sh index 275b68733..feb0089ff 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -10,7 +10,7 @@ rm -f *~ res=0 count=0 -for ts in `ls ts-*`; do +for ts in $(find -maxdepth 1 -regex "\./ts[^\.~]*" | sort); do $TS_TOPDIR/$ts res=$(( $res + $? )) count=$(( $count + 1 )) -- cgit v1.2.3-55-g7522