summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-11-18 10:16:33 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-11-18 10:16:33 +0100
commit84445f1f3de7ed4bdb73b8f4fce879208d82252f (patch)
treec4f02a3d3fc6a243ef8a49ff1c5215e6dbeb3444
parentf7640dc73e41409b1dd4d3e2ccaf7e93c234468c (diff)
downloaddtf-84445f1f3de7ed4bdb73b8f4fce879208d82252f.tar.gz
dtf-84445f1f3de7ed4bdb73b8f4fce879208d82252f.tar.xz
dtf-84445f1f3de7ed4bdb73b8f4fce879208d82252f.zip
dtf-run: fix quotation
* share/dtf/tpl/run.tpl: Fix quotation.
-rw-r--r--share/dtf/tpl/run.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/dtf/tpl/run.tpl b/share/dtf/tpl/run.tpl
index 0495675..f54fa3d 100644
--- a/share/dtf/tpl/run.tpl
+++ b/share/dtf/tpl/run.tpl
@@ -16,7 +16,7 @@ __dtf_rc=0
# Gather sub-tests.
sub_tests=
-for __dtf_sub_test in $srcdir/*
+for __dtf_sub_test in "$srcdir"/*
do
__dtf_is_testdir "$__dtf_sub_test" || continue
sub_tests="$sub_tests