summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2007-01-04 14:53:19 +0100
committerKarel Zak2007-01-04 14:53:19 +0100
commit0f0584addc6c6301836455724d32a98b02cae159 (patch)
treed557058b5d1c83a2467e30f10ca78db4eb336593 /tests/commands.sh.in
parentipcs: max total shared memory in kbytes instead pages (diff)
downloadkernel-qcow2-util-linux-0f0584addc6c6301836455724d32a98b02cae159.tar.gz
kernel-qcow2-util-linux-0f0584addc6c6301836455724d32a98b02cae159.tar.xz
kernel-qcow2-util-linux-0f0584addc6c6301836455724d32a98b02cae159.zip
tests: add simple helper that returns info about system
usage: tests/helpers/mnt_test_sysinfo <infoname> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index 54d57a8a4..4345a28f5 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -1,6 +1,9 @@
TOPDIR=@top_srcdir@
TS_TOPDIR=$TOPDIR/tests
+# helpers
+TS_HELPER_SYSINFO="$TS_TOPDIR/helpers/mnt_test_sysinfo"
+
# paths to commands
TS_CMD_MOUNT=${TS_CMD_MOUNT:-"$TOPDIR/mount/mount"}
TS_CMD_UMOUNT=${TS_CMD_MOUNT:-"$TOPDIR/mount/umount"}