summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorKarel Zak2007-01-03 01:07:55 +0100
committerKarel Zak2007-01-04 14:53:57 +0100
commitb30cd7eed5b70c5eaf08f8681eb3f717c4d11329 (patch)
tree27343c827a816540244fd213fccaa95182f79653 /tests/run.sh
parenttests: add simple helper that returns info about system (diff)
downloadkernel-qcow2-util-linux-b30cd7eed5b70c5eaf08f8681eb3f717c4d11329.tar.gz
kernel-qcow2-util-linux-b30cd7eed5b70c5eaf08f8681eb3f717c4d11329.tar.xz
kernel-qcow2-util-linux-b30cd7eed5b70c5eaf08f8681eb3f717c4d11329.zip
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 <kzak@redhat.com>
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
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 ))