summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorMasatake YAMATO2017-11-24 11:31:05 +0100
committerKarel Zak2017-11-27 15:54:54 +0100
commit5d075a7828f6be1bd4d186b4cdc51aaffd9d59a6 (patch)
treee418e611d0696d08275b3a27ff1e0932ebb9a65f /tests/commands.sh
parentlsns: disable netnsid column by default (diff)
downloadkernel-qcow2-util-linux-5d075a7828f6be1bd4d186b4cdc51aaffd9d59a6.tar.gz
kernel-qcow2-util-linux-5d075a7828f6be1bd4d186b4cdc51aaffd9d59a6.tar.xz
kernel-qcow2-util-linux-5d075a7828f6be1bd4d186b4cdc51aaffd9d59a6.zip
lsns: add a case for testing netnsid column
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 655344102..502935ede 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -74,6 +74,7 @@ TS_CMD_LOSETUP=${TS_CMD_LOSETUP:-"$top_builddir/losetup"}
TS_CMD_LSBLK=${TS_CMD_LSBLK-"$top_builddir/lsblk"}
TS_CMD_LSCPU=${TS_CMD_LSCPU-"$top_builddir/lscpu"}
TS_CMD_LSMEM=${TS_CMD_LSMEM-"$top_builddir/lsmem"}
+TS_CMD_LSNS=${TS_CMD_LSNS-"$top_builddir/lsns"}
TS_CMD_MCOOKIE=${TS_CMD_MCOOKIE-"$top_builddir/mcookie"}
TS_CMD_MKCRAMFS=${TS_CMD_MKCRAMFS:-"$top_builddir/mkfs.cramfs"}
TS_CMD_MKMINIX=${TS_CMD_MKMINIX:-"$top_builddir/mkfs.minix"}