summaryrefslogtreecommitdiffstats
path: root/tests/ts/ipcs/functions.sh
diff options
context:
space:
mode:
authorKarel Zak2009-01-19 23:57:10 +0100
committerKarel Zak2009-02-11 23:30:48 +0100
commit1016b53f61b859439ac4393a4172a4612856885e (patch)
tree812aee068f907459f134c2ff7771a8a75697c4c4 /tests/ts/ipcs/functions.sh
parenttests: cleanup ts/hwclock (diff)
downloadkernel-qcow2-util-linux-1016b53f61b859439ac4393a4172a4612856885e.tar.gz
kernel-qcow2-util-linux-1016b53f61b859439ac4393a4172a4612856885e.tar.xz
kernel-qcow2-util-linux-1016b53f61b859439ac4393a4172a4612856885e.zip
tests: cleanup ts/ipcs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/ipcs/functions.sh')
-rw-r--r--tests/ts/ipcs/functions.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ts/ipcs/functions.sh b/tests/ts/ipcs/functions.sh
index ff35e75ea..d742d8ef0 100644
--- a/tests/ts/ipcs/functions.sh
+++ b/tests/ts/ipcs/functions.sh
@@ -38,9 +38,9 @@ IPCS_KERNEL_CMD=(
# data from the ipcs command
IPCS_CMD=(
- "$TS_CMD_IPCS -m -l | $AWK '/max number of segments/ { print \$6 }'"
- "$TS_CMD_IPCS -m -l | $AWK '/max total shared memory/ { print \$7 }'"
- "$TS_CMD_IPCS -m -l | $AWK '/max seg size/ { print \$6 }'"
+ "$TS_CMD_IPCS -m -l | awk '/max number of segments/ { print \$6 }'"
+ "$TS_CMD_IPCS -m -l | awk '/max total shared memory/ { print \$7 }'"
+ "$TS_CMD_IPCS -m -l | awk '/max seg size/ { print \$6 }'"
)