summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2012-07-26 19:40:36 +0200
committerKarel Zak2012-07-26 19:40:36 +0200
commitb9c727de1daee3416ed8177b5afec556832ea8ae (patch)
tree845a8e530202e5c01f79570fe80026ab87e94bce /tests/commands.sh.in
parentmount: remove unnecessary free() (diff)
downloadkernel-qcow2-util-linux-b9c727de1daee3416ed8177b5afec556832ea8ae.tar.gz
kernel-qcow2-util-linux-b9c727de1daee3416ed8177b5afec556832ea8ae.tar.xz
kernel-qcow2-util-linux-b9c727de1daee3416ed8177b5afec556832ea8ae.zip
tests: update paths to helpers
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index f2560af7a..71934d8a6 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -16,13 +16,13 @@ TS_HELPER_STRUTILS="$top_builddir/test_strutils"
TS_HELPER_CPUSET="$top_builddir/test_cpuset"
# libmount
-TS_HELPER_LIBMOUNT_OPTSTR="$top_builddir/test_optstr"
-TS_HELPER_LIBMOUNT_TAB="$top_builddir/test_tab"
-TS_HELPER_LIBMOUNT_UTILS="$top_builddir/test_utils"
-TS_HELPER_LIBMOUNT_LOCK="$top_builddir/test_lock"
-TS_HELPER_LIBMOUNT_UPDATE="$top_builddir/test_tab_update"
-TS_HELPER_LIBMOUNT_CONTEXT="$top_builddir/test_context"
-TS_HELPER_LIBMOUNT_TABDIFF="$top_builddir/test_tab_diff"
+TS_HELPER_LIBMOUNT_OPTSTR="$top_builddir/test_mount_optstr"
+TS_HELPER_LIBMOUNT_TAB="$top_builddir/test_mount_tab"
+TS_HELPER_LIBMOUNT_UTILS="$top_builddir/test_mount_utils"
+TS_HELPER_LIBMOUNT_LOCK="$top_builddir/test_mount_lock"
+TS_HELPER_LIBMOUNT_UPDATE="$top_builddir/test_mount_tab_update"
+TS_HELPER_LIBMOUNT_CONTEXT="$top_builddir/test_mount_context"
+TS_HELPER_LIBMOUNT_TABDIFF="$top_builddir/test_mount_tab_diff"
TS_HELPER_ISLOCAL="$top_builddir/test_islocal"
TS_HELPER_LOGINDEFS="$top_builddir/test_logindefs"