summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2009-02-18 16:10:45 +0100
committerKarel Zak2009-02-18 16:10:45 +0100
commit355eceba7ef60805123fad0bdcc69996891537be (patch)
treea0de2c64db7e4d9010db9e2953f78443e1289077 /tests/commands.sh.in
parentlib: add test_ismounted for regression test (diff)
downloadkernel-qcow2-util-linux-355eceba7ef60805123fad0bdcc69996891537be.tar.gz
kernel-qcow2-util-linux-355eceba7ef60805123fad0bdcc69996891537be.tar.xz
kernel-qcow2-util-linux-355eceba7ef60805123fad0bdcc69996891537be.zip
tests: add fsck:ismounted reg.test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index 9c8104a09..55feda7fe 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -9,6 +9,8 @@ TS_HELPER_PATHS="$TS_TOPDIR/helpers/test_pathnames"
TS_HELPER_BYTESWAP="$TS_TOPDIR/helpers/test_byteswap"
TS_HELPER_MD5="$TS_TOPDIR/helpers/test_md5"
+TS_HELPER_ISMOUNTED="$TOPDIR/lib/test_ismounted"
+
# external commands
TS_ECMD_BLKID="@BLKID@"
TS_ECMD_VOLID="@VOLID@"