summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2014-03-08 18:01:54 +0100
committerKarel Zak2014-03-12 12:06:35 +0100
commit59ac7e76c6088803210bcc06f55e51b2e687befd (patch)
tree40575d1ef3a93bece367156d5ce19780b48bd066 /tests/commands.sh
parentmkswap: remove unnecessary usage output (diff)
downloadkernel-qcow2-util-linux-59ac7e76c6088803210bcc06f55e51b2e687befd.tar.gz
kernel-qcow2-util-linux-59ac7e76c6088803210bcc06f55e51b2e687befd.tar.xz
kernel-qcow2-util-linux-59ac7e76c6088803210bcc06f55e51b2e687befd.zip
tests: check swaplabel, and perform more swapon boundary tests
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 fcd74dcf5..68048fa4e 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -64,6 +64,7 @@ TS_CMD_REV=${TS_CMD_REV:-"$top_builddir/rev"}
TS_CMD_SCRIPT=${TS_CMD_SCRIPT-"$top_builddir/script"}
TS_CMD_SETARCH=${TS_CMD_SETARCH-"$top_builddir/setarch"}
TS_CMD_SETSID=${TS_CMD_SETSID-"$top_builddir/setsid"}
+TS_CMD_SWAPLABEL=${TS_CMD_SWAPLABEL:-"$top_builddir/swaplabel"}
TS_CMD_SWAPOFF=${TS_CMD_SWAPOFF:-"$top_builddir/swapoff"}
TS_CMD_SWAPON=${TS_CMD_SWAPON:-"$top_builddir/swapon"}
TS_CMD_TAILF=${TS_CMD_TAILF-"$top_builddir/tailf"}